diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852d4f2..63a20f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.20.2' - GOLANGCI_VERSION: 'v1.51.2' + GOLANGCI_VERSION: 'v1.62.0' DOCKER_BUILDX_VERSION: 'v0.8.2' # Common users. We can't run a step 'if secrets.AWS_USR != ""' but we can run diff --git a/.github/workflows/pushvalidation.yml b/.github/workflows/pushvalidation.yml index 49869d8..1fcca25 100644 --- a/.github/workflows/pushvalidation.yml +++ b/.github/workflows/pushvalidation.yml @@ -11,7 +11,7 @@ on: env: # Common versions GO_VERSION: '1.19' - GOLANGCI_VERSION: 'v1.49' + GOLANGCI_VERSION: 'v1.62.0' DOCKER_BUILDX_VERSION: 'v0.8.2' DOCKER_USR: ${{ secrets.DOCKER_USR }} diff --git a/Makefile b/Makefile index a38c871..b69b1cf 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ S3_BUCKET ?= public-upbound.releases/$(PACKAGE_NAME) # ==================================================================================== # Setup Go -GOLANGCILINT_VERSION = 1.51.2 +GOLANGCILINT_VERSION = 1.62.0 GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/bootstrapper GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)