From 83daf85b4c5effa8aa25e2dad87a9d0256604b13 Mon Sep 17 00:00:00 2001 From: smcavallo Date: Wed, 11 Sep 2024 16:25:17 -0400 Subject: [PATCH] Update go build versions Signed-off-by: smcavallo --- .github/workflows/ci.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a0bffaa..ea06fa05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ on: env: # Common versions - GO_VERSION: "1.21" + GO_VERSION: "1.22" GOLANGCI_VERSION: "v1.55.2" DOCKER_BUILDX_VERSION: "v0.8.2" diff --git a/Makefile b/Makefile index d1e3ffad..7cc7e137 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PROJECT_REPO := github.com/crossplane/$(PROJECT_NAME) # GOLANGCILINT_VERSION is inherited from build submodule by default. # Uncomment below if you need to override the version. GOLANGCILINT_VERSION ?= 1.55.2 -GO_REQUIRED_VERSION ?= 1.21 +GO_REQUIRED_VERSION ?= 1.22 PLATFORMS ?= linux_amd64 linux_arm64 # -include will silently skip missing files, which allows us