diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f665854..8838872f 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.24" KIND_VERSION: "0.23.0" GO111MODULE: "on" IMAGE: "quay.io/backube/snapscheduler" diff --git a/Dockerfile b/Dockerfile index 8a837f74..ed52a862 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:927112936d6b496ed95f55f362cc09da6e3e624ef868814c56d55bd7323e0959 AS builder ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 96ad786b..e3006160 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.24.0 require ( github.com/go-logr/logr v1.4.2