From 350acd4c128ec2e81d63e83af512256ff29ef5b9 Mon Sep 17 00:00:00 2001 From: David Grove Date: Thu, 9 Apr 2026 10:13:09 +0200 Subject: [PATCH] bump go version to 1.25.0 --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b42b8a..7f290b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.24 AS builder +FROM golang:1.25 AS builder ARG TARGETOS ARG TARGETARCH ARG BUILD_VERSION=Unknown diff --git a/go.mod b/go.mod index a41fbe9..4abab0e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/project-codeflare/appwrapper -go 1.24.0 +go 1.25.0 require ( github.com/distribution/reference v0.6.0