We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9383f9e + 5e8de28 commit 4a69ce1Copy full SHA for 4a69ce1
.github/workflows/ci.yml
@@ -195,7 +195,7 @@ jobs:
195
with:
196
args: --verbose
197
# Make sure to sync this with Makefile.common and scripts/golangci-lint.yml.
198
- version: v1.60.2
+ version: v1.61.0
199
fuzzing:
200
uses: ./.github/workflows/fuzzing.yml
201
if: github.event_name == 'pull_request'
scripts/golangci-lint.yml
@@ -36,4 +36,4 @@ jobs:
36
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
37
38
39
0 commit comments