Skip to content

Commit 2b4d01f

Browse files
committed
updating to go 1.25.3
Signed-off-by: Adam D. Cornett <[email protected]>
1 parent d0b697f commit 2b4d01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ARG release_tag=0.0.0
33
ARG ARCH=amd64
44
ARG OS=linux
55

6-
FROM docker.io/golang:1.24 AS builder
6+
FROM docker.io/golang:1.25 AS builder
77
ARG quay_expiration
88
ARG release_tag
99
ARG ARCH

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/redhat-openshift-ecosystem/preflight-trigger
22

3-
go 1.24.3
3+
go 1.25.3
44

55
require (
66
github.com/ProtonMail/gopenpgp/v2 v2.9.0

0 commit comments

Comments
 (0)