diff --git a/.github/workflows/code_lint.yml b/.github/workflows/code_lint.yml index 5bda6a9c..ea4c54ce 100644 --- a/.github/workflows/code_lint.yml +++ b/.github/workflows/code_lint.yml @@ -23,7 +23,7 @@ jobs: - uses: golangci/golangci-lint-action@v8 with: - version: v2.5.0 + version: v2.6.0 go_mod: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 129e47b7..4aa24b92 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.5.0 +GOLANGCI_LINT_IMAGE = golangci/golangci-lint:v2.6.0 NODE_IMAGE = node:20-alpine3.22 .PHONY: $(shell ls)