diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 6c8f30888..99ff3881d 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -55,7 +55,7 @@ steps: lint: depends_on: - vendor - image: *golang_image + image: golangci/golangci-lint:v2.6.2 commands: - make lint when: *when