diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a67fa4a..4b397243b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -466,7 +466,7 @@ jobs: with: # Keep pinned to a verson as sometimes updates will add new lint # failures in unchanged code. - version: v1.53.3 + version: v1.54.2 working-directory: src skip-pkg-cache: true skip-build-cache: true diff --git a/src/Makefile b/src/Makefile index 132e47056..a625399db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,5 @@ # This must match the version defined in .github/workflows/lint.yaml. -WANTED_LINT_VERSION := 1.53.3 +WANTED_LINT_VERSION := 1.54.2 LINT_VERSION := $(shell golangci-lint version | cut -d' ' -f4) HAS_LINT := $(shell which golangci-lint)