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 d4e3d57 commit c9451b7Copy full SHA for c9451b7
.github/workflows/code_lint.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- uses: golangci/golangci-lint-action@v8
25
with:
26
- version: v2.5.0
+ version: v2.6.0
27
28
go_mod:
29
runs-on: ubuntu-22.04
Makefile
@@ -1,5 +1,5 @@
1
BASE_IMAGE = golang:1.25-alpine3.22
2
-GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.5.0
+GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.0
3
NODE_IMAGE = node:20-alpine3.22
4
5
.PHONY: $(shell ls)
0 commit comments