We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa0cf2e commit 0e84720Copy full SHA for 0e84720
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- uses: golangci/golangci-lint-action@v9
21
with:
22
- version: v2.9.0
+ version: v2.10.1
23
24
go_mod:
25
runs-on: ubuntu-22.04
Makefile
@@ -1,5 +1,5 @@
1
BASE_IMAGE = golang:1.26-alpine3.22
2
-LINT_IMAGE = golangci/golangci-lint:v2.9.0
+LINT_IMAGE = golangci/golangci-lint:v2.10.1
3
4
.PHONY: $(shell ls)
5
0 commit comments