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 21fa646 commit c725e31Copy full SHA for c725e31
.github/workflows/code_lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v2.1.6
+ version: v2.2.0
27
28
mod_tidy:
29
runs-on: ubuntu-22.04
Makefile
@@ -1,5 +1,5 @@
1
BASE_IMAGE = golang:1.24-alpine3.20
2
-LINT_IMAGE = golangci/golangci-lint:v2.1.6
+LINT_IMAGE = golangci/golangci-lint:v2.2.0
3
NODE_IMAGE = node:20-alpine3.20
4
5
.PHONY: $(shell ls)
0 commit comments