Skip to content

Commit

Permalink
Upgrade go version to 1.20 in examples with go
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Jul 19, 2023
1 parent e6c15ed commit 049689a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/go-bazel/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module kata/dummy

go 1.18
go 1.20

require github.com/stretchr/testify v1.8.2
require github.com/stretchr/testify v1.8.4

require (
github.com/davecgh/go-spew v1.1.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion examples/go-go-tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module kata/dummy

go 1.18
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down
2 changes: 1 addition & 1 deletion examples/go-gotestsum/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module kata/dummy

go 1.18
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down
2 changes: 1 addition & 1 deletion examples/go-make/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module kata/dummy

go 1.18
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 049689a

Please sign in to comment.