From d72d4f5901c5662a7583360be3bcfd5798402524 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 11 Sep 2024 09:10:37 -0600 Subject: [PATCH] Update to Go 1.23 Signed-off-by: Jacob Weinstock --- .github/workflows/ci.yaml | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6ce75734..1bcc643c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ on: env: CGO_ENABLED: 0 - GO_VERSION: '1.21' + GO_VERSION: '1.23' REGISTRY: ghcr.io # github.repository as / IMAGE_NAME: ${{ github.repository }} diff --git a/go.mod b/go.mod index 048199da..a1a99746 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/tinkerbell/cluster-api-provider-tinkerbell -go 1.21.0 +go 1.23.0 -toolchain go1.21.2 +toolchain go1.23.1 require ( github.com/go-logr/logr v1.4.1