diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e76c932..be2cf36 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -19,7 +19,7 @@ jobs: - uses: golangci/golangci-lint-action@v8 with: - version: v2.4.0 + version: v2.5.0 go-mod-tidy: runs-on: ubuntu-22.04 diff --git a/Makefile b/Makefile index 5204e1a..b060a3c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BASE_IMAGE = golang:1.25-alpine3.22 -LINT_IMAGE = golangci/golangci-lint:v2.4.0 +LINT_IMAGE = golangci/golangci-lint:v2.5.0 .PHONY: $(shell ls)