Skip to content

Commit d818f1a

Browse files
authored
Merge pull request #537 from simonbaird/update-go-version
Update golang to 1.23.6
2 parents de74a42 + 625d0e9 commit d818f1a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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)