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..e38ac0f3 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:7ea4c9dcb2b97ff8ee80a67db3d44f98c8ffa0d191399197007d8459c1453041 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 0f48ca88..f1dc9561 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.4 require ( github.com/go-logr/logr v1.4.2