We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b74bb7 commit f5c64e6Copy full SHA for f5c64e6
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: golangci/golangci-lint-action@v8
21
with:
22
- version: v2.5.0
+ version: v2.6.0
23
24
go_mod:
25
runs-on: ubuntu-22.04
Makefile
@@ -1,5 +1,5 @@
1
BASE_IMAGE = golang:1.25-alpine3.22
2
-LINT_IMAGE = golangci/golangci-lint:v2.5.0
+LINT_IMAGE = golangci/golangci-lint:v2.6.0
3
4
.PHONY: $(shell ls)
5
0 commit comments