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..922431de 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:c2d828fd49c47ed2b9192d2dbffed83052d8a21af465056d732c3de0d756f217 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 0f48ca88..09f2f2c7 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.3 require ( github.com/go-logr/logr v1.4.2