Skip to content

Commit

Permalink
upgrading to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed May 8, 2023
1 parent 97cc167 commit 3be6236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/consul

go 1.19
go 1.20

replace github.com/hashicorp/consul/api => ./api

Expand Down
2 changes: 1 addition & 1 deletion proto-public/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/consul/proto-public

go 1.19
go 1.20

require (
github.com/golang/protobuf v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion test/integration/consul-container/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/consul/test/integration/consul-container

go 1.19
go 1.20

require (
github.com/docker/docker v20.10.11+incompatible
Expand Down

0 comments on commit 3be6236

Please sign in to comment.