Skip to content

Commit 625d0e9

Browse files
committed
Update golang to 1.23.6
I also did a go mod download and go mod tidy in each of the directories with a go.mod file but no changes showed up (as expected I guess). Choosing this version since that's what we use for the cli currently. Ref: https://issues.redhat.com/browse/EC-1259
1 parent de74a42 commit 625d0e9

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.tool-versions

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM docker.io/library/golang:1.22.7 as builder
2+
FROM docker.io/library/golang:1.23.6 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests

api/go.mod

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

3-
go 1.22 // allow
3+
go 1.23 // allow
44

55
require (
66
k8s.io/apiextensions-apiserver v0.29.11

go.mod

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

3-
go 1.22.7
3+
go 1.23.6
44

55
require (
66
github.com/enterprise-contract/enterprise-contract-controller/api v0.0.0-00010101000000-000000000000

schema/go.mod

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

3-
go 1.22.7
3+
go 1.23.6
44

55
require (
66
github.com/enterprise-contract/enterprise-contract-controller/api v0.1.35

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/enterprise-contract/enterprise-contract-controller/tools
22

3-
go 1.22.7
3+
go 1.23.6
44

55
require (
66
github.com/elastic/crd-ref-docs v0.1.0

0 commit comments

Comments
 (0)