diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f6de71ac..a7c680b0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: go mod vendor test -z "$(git status --porcelain)" || (echo "please run 'go mod tidy && go mod vendor', and submit your changes"; exit 1) - name: Run static checks - uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 + uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 with: version: v1.60.1 # use our .golangci.yml and configure output to be logged in the GHA, in addition to annotating the commit.