Skip to content

Commit

Permalink
chore(build): update go to 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Marques Johansson <[email protected]>
  • Loading branch information
displague committed Jul 14, 2024
1 parent 7847f4c commit 2e3a859
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 @@ -10,7 +10,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.22'
GOLANGCI_VERSION: 'v1.57.2'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PROJECT_NAME := provider-jet-equinix
PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)
GO_REQUIRED_VERSION ?= 1.19
GO_REQUIRED_VERSION ?= 1.22
GOLANGCILINT_VERSION ?= 1.57.2

export TERRAFORM_VERSION := 1.5.5
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/crossplane-contrib/provider-jet-equinix

go 1.19
go 1.22

require (
github.com/crossplane/crossplane-runtime v0.19.2
Expand Down

0 comments on commit 2e3a859

Please sign in to comment.