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 7f0a2a4
Show file tree
Hide file tree
Showing 5 changed files with 5 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
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ go-simpler.org/assert v0.7.0/go.mod h1:74Eqh5eI6vCK6Y5l3PI8ZYFXG4Sa+tkr70OIPJAUr
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY=
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/sync v0.4.0 h1:zxkM55ReGkDlKSM+Fu41A+zmbZuaPVbGMzvvdUPznYQ=
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/tools v0.14.0 h1:jvNa2pY0M4r62jkRQ6RwEZZyPcymeL9XZMLBbV7U2nc=
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 7f0a2a4

Please sign in to comment.