Skip to content

Commit

Permalink
Upgrade go version to 1.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-hashicorp committed Mar 4, 2025
1 parent 22f4c9e commit cda3372
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.0
1.23.6
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/consul

go 1.23.0

toolchain go1.23.6
go 1.23.6

replace (
github.com/hashicorp/consul/api => ./api
Expand Down
4 changes: 1 addition & 3 deletions test-integ/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/consul/test-integ

go 1.23.0

toolchain go1.23.6
go 1.23.6

require (
github.com/google/go-cmp v0.6.0
Expand Down
4 changes: 1 addition & 3 deletions test/integration/consul-container/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/hashicorp/consul/test/integration/consul-container

go 1.23.0

toolchain go1.23.6
go 1.23.6

require (
fortio.org/fortio v1.54.0
Expand Down

0 comments on commit cda3372

Please sign in to comment.