Skip to content

Commit 4a69ce1

Browse files
authored
Merge pull request prometheus#15363 from prometheus/superq/golangci-lint
Update golangci-lint
2 parents 9383f9e + 5e8de28 commit 4a69ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
with:
196196
args: --verbose
197197
# Make sure to sync this with Makefile.common and scripts/golangci-lint.yml.
198-
version: v1.60.2
198+
version: v1.61.0
199199
fuzzing:
200200
uses: ./.github/workflows/fuzzing.yml
201201
if: github.event_name == 'pull_request'

scripts/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3737
with:
3838
args: --verbose
39-
version: v1.60.2
39+
version: v1.61.0

0 commit comments

Comments
 (0)