diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ffb291c..245d1c0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: git diff --compact-summary --exit-code || \ (echo; echo "Unexpected difference in directories after formatting. Run 'make fmt' command and commit."; exit 1) - name: Run linters - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0 + uses: golangci/golangci-lint-action@0adbc47a5910e47adb692df88187ec8c73c76778 # v6.4.0 with: version: latest generate: