Skip to content

Commit 405978a

Browse files
authored
update: go version to 1.24.5 (#4679)
* update: go version to 1.24.5 * add: changelog
1 parent d1b70ad commit 405978a

11 files changed

Lines changed: 15 additions & 30 deletions

File tree

.changelog/4679.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
go: upgrade go version to 1.24.5
3+
```

acceptance/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/consul-k8s/acceptance
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5
64

75
require (
86
github.com/go-logr/logr v1.3.0

charts/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/hashicorp/consul-k8s/charts
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5

cli/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/consul-k8s/cli
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5
64

75
replace (
86
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.12.0

control-plane/cni/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/hashicorp/consul-k8s/control-plane/cni
22

3+
go 1.24.5
4+
35
replace github.com/hashicorp/consul-k8s/version => ../../version
46

57
require (
@@ -58,7 +60,3 @@ require (
5860
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
5961
sigs.k8s.io/yaml v1.3.0 // indirect
6062
)
61-
62-
go 1.24.4
63-
64-
toolchain go1.24.5

control-plane/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/hashicorp/consul-k8s/control-plane
22

3+
go 1.24.5
4+
35
replace github.com/hashicorp/consul-k8s/version => ../version
46

57
replace github.com/hashicorp/consul-k8s/control-plane/cni => ./cni
@@ -164,7 +166,3 @@ require (
164166
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
165167
sigs.k8s.io/yaml v1.3.0 // indirect
166168
)
167-
168-
go 1.24.4
169-
170-
toolchain go1.24.5

hack/aws-acceptance-test-cleanup/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/hashicorp/consul-helm/hack/aws-acceptance-test-cleanup
22

3-
go 1.23.10
3+
go 1.24.5
44

55
require (
66
github.com/aws/aws-sdk-go v1.38.63

hack/camel-crds/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/consul-k8s/hack/copy-crds-to-chart
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5
64

75
require (
86
github.com/iancoleman/strcase v0.3.0

hack/copy-crds-to-chart/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
module github.com/hashicorp/consul-k8s/hack/copy-crds-to-chart
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5

hack/helm-reference-gen/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/hashicorp/consul-k8s/hack/helm-reference-gen
22

3-
go 1.24.4
4-
5-
toolchain go1.24.5
3+
go 1.24.5
64

75
require (
86
github.com/stretchr/testify v1.8.4

0 commit comments

Comments
 (0)