Skip to content

Commit 22578db

Browse files
committed
Update golang version from 1.23.6 to 1.24.4
I'm aiming to make it consistent across all the go.mod files. (My primary goal is to update the opa, but I expect it will bring in some newer dependencies, some of which will require a golang update, so I figured why get this out of the way first.) Ref: https://issues.redhat.com/browse/EC-1130
1 parent 8cf4368 commit 22578db

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.23.6
1+
golang 1.24.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Build
1818

19-
FROM docker.io/library/golang:1.23.6 AS build
19+
FROM docker.io/library/golang:1.24.4 AS build
2020

2121
ARG TARGETOS
2222
ARG TARGETARCH

Dockerfile.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
## Build
1818

19-
FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6@sha256:e0ad156b08e0b50ad509d79513e13e8a31f2812c66e9c48c98cea53420ec2bca AS build
19+
FROM registry.access.redhat.com/ubi9/go-toolset:1.24.4@sha256:a90b4605b47c396c74de55f574d0f9e03b24ca177dec54782f86cdf702c97dbc AS build
2020

2121
ARG TARGETOS
2222
ARG TARGETARCH

acceptance/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli/acceptance
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
cuelang.org/go v0.11.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
cuelang.org/go v0.11.1

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli/tools
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require (
66
github.com/daixiang0/gci v0.13.5

tools/kubectl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/conforma/cli/tools/kubectl
22

3-
go 1.23.6
3+
go 1.24.4
44

55
require k8s.io/kubernetes v1.31.6
66

0 commit comments

Comments
 (0)