Skip to content

Commit

Permalink
chore: bump Go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Oct 9, 2023
1 parent 2424f54 commit 13089f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.tmz.dev/musttag

go 1.19
go 1.21.0

require (
go-simpler.org/assert v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion testdata/src/custom/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module example.com/custom

go 1.19
go 1.21.0
2 changes: 1 addition & 1 deletion testdata/src/go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.19
go 1.21.0

use (
./custom
Expand Down
2 changes: 1 addition & 1 deletion testdata/src/tests/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module tests

go 1.19
go 1.21.0

require (
example.com/custom v0.1.0
Expand Down

0 comments on commit 13089f4

Please sign in to comment.