Skip to content

Commit

Permalink
bump go and golint
Browse files Browse the repository at this point in the history
  • Loading branch information
tnthornton committed Sep 23, 2024
1 parent 957678c commit b9382a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

env:
# Common versions
GO_VERSION: '1.21'
GOLANGCI_VERSION: 'v1.54'
GO_VERSION: '1.23.1'
GOLANGCI_VERSION: 'v1.61.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
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ S3_BUCKET ?= public-upbound.releases/$(PROJECT_NAME)

# Setup Go
NPROCS ?= 1
GO_REQUIRED_VERSION = 1.21
GOLANGCILINT_VERSION = 1.54.0
GO_REQUIRED_VERSION = 1.23.1
GOLANGCILINT_VERSION = 1.61.0
GO_LINT_ARGS ?= "--fix"
GO_TEST_PARALLEL := $(shell echo $$(( $(NPROCS) / 2 )))
GO_STATIC_PACKAGES = $(GO_PROJECT)/cmd/${PROJECT_NAME}
GO_LDFLAGS += -X $(GO_PROJECT)/internal/version.Version=$(VERSION)
Expand Down

0 comments on commit b9382a2

Please sign in to comment.