Skip to content

Commit a5e7522

Browse files
Backport of update: go version to 1.25.4 into release/1.22.x (#23030)
backport of commit 496534f Co-authored-by: Sreeram Narayanan <[email protected]>
1 parent 43c1bdb commit a5e7522

File tree

17 files changed

+19
-16
lines changed

17 files changed

+19
-16
lines changed

.changelog/23029.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
security: Upgrade golang to 1.25.4.
3+
```

.go-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25.3
1+
1.25.4

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/hashicorp/consul/api
22

3-
go 1.25.3
3+
go 1.25.4
44

55
replace github.com/hashicorp/consul/sdk => ../sdk
66

envoyextensions/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/envoyextensions
22

3-
go 1.25.3
3+
go 1.25.4
44

55
replace (
66
github.com/hashicorp/consul/api => ../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/hashicorp/consul
22

3-
go 1.25.3
3+
go 1.25.4
44

55
replace (
66
github.com/hashicorp/consul/api => ./api
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/hashicorp/consul
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require google.golang.org/protobuf v1.28.1

internal/tools/proto-gen-rpc-glue/e2e/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/internal/tools/proto-gen-rpc-glue/e2e
22

3-
go 1.25.3
3+
go 1.25.4
44

55
replace github.com/hashicorp/consul => ./consul
66

internal/tools/proto-gen-rpc-glue/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/internal/tools/proto-gen-rpc-glue
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require github.com/stretchr/testify v1.8.4
66

internal/tools/protoc-gen-consul-rate-limit/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/internal/tools/protoc-gen-consul-rate-limit
22

3-
go 1.25.3
3+
go 1.25.4
44

55
replace github.com/hashicorp/consul/proto-public => ../../../proto-public
66

proto-public/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/proto-public
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
google.golang.org/grpc v1.75.0

0 commit comments

Comments
 (0)