From 84fd551f3adc9e5288d5c7a87744b5122ef220d7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 10 Oct 2024 08:32:52 +0000 Subject: [PATCH] Update golang version Signed-off-by: Mend Renovate --- .github/workflows/tests.yml | 2 +- Dockerfile | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e1cb2994..21c013d3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ on: # yamllint disable-line rule:truthy workflow_dispatch: env: - GO_VERSION: "1.22" + GO_VERSION: "1.23" KIND_VERSION: "0.23.0" GO111MODULE: "on" IMAGE: "quay.io/backube/snapscheduler" diff --git a/Dockerfile b/Dockerfile index 8a837f74..ab33b87f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22@sha256:829eff99a4b2abffe68f6a3847337bf6455d69d17e49ec1a97dac78834754bd6 AS builder +FROM golang:1.23@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 0f48ca88..5a97a932 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/backube/snapscheduler go 1.22.0 -toolchain go1.22.5 +toolchain go1.23.2 require ( github.com/go-logr/logr v1.4.2