Bumped go version for vuln fix

This commit is contained in:
Safwan
2025-12-12 15:40:41 +05:00
parent 8545fe8d8d
commit 232bbdc68c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ ARG BUILDER_IMAGE
ARG BASE_IMAGE
# Build the manager binary
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.25.3} AS builder
FROM --platform=${BUILDPLATFORM} ${BUILDER_IMAGE:-golang:1.25.5} AS builder
ARG TARGETOS
ARG TARGETARCH

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/stakater/Reloader
go 1.25.3
go 1.25.5
require (
github.com/argoproj/argo-rollouts v1.8.3