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 9d8366b commit 3f2e4a3Copy full SHA for 3f2e4a3
.github/workflows/code_lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v2.2.0
+ version: v2.3.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.2.0
+LINT_IMAGE = golangci/golangci-lint:v2.3.0
3
NODE_IMAGE = node:20-alpine3.20
4
5
.PHONY: $(shell ls)
0 commit comments