From f30bca3336dabcd54ab508aca45aa0d47116b0f1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:51:12 +0000 Subject: [PATCH] Update dependency golangci/golangci-lint to v1.63.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/pushvalidation.yml | 2 +- Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 852d4f2e..28b2aa3b 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.63.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 49869d86..b041ac20 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.63.0' DOCKER_BUILDX_VERSION: 'v0.8.2' DOCKER_USR: ${{ secrets.DOCKER_USR }} diff --git a/Makefile b/Makefile index a38c8719..3142bd05 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.63.0 GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/bootstrapper GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)