diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 29493537..1abd3200 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,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 4eb679ae..c2a2805a 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)