Skip to content

Commit

Permalink
Update dependency golangci/golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 183f337 commit d677ccd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushvalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d677ccd

Please sign in to comment.