Skip to content

Commit a422e80

Browse files
Fix cve and upgrade go version (#955) (#957)
* Fix cve and upgrade go version (#955) * Fix cve and upgrade go version * add change log * update go to 1.25.5 in go.mod * remove tar file
1 parent d51a724 commit a422e80

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.changelog/955.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:security
2+
Upgrade go version to 1.25.5
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.5

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-dataplane
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
dario.cat/mergo v1.0.0

integration-tests/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-dataplane/integration-tests
22

3-
go 1.25.3
3+
go 1.25.5
44

55
require (
66
github.com/docker/docker v27.3.1+incompatible

0 commit comments

Comments
 (0)