Skip to content

Commit

Permalink
chore(go.mod, go.work): upgrade Go version from 1.20 to 1.21 for comp…
Browse files Browse the repository at this point in the history
…atibility with latest features and improvements
  • Loading branch information
bounoable committed Sep 15, 2023
1 parent 41472b3 commit c39dd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/modernice/goes

go 1.20
go 1.21

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
go 1.20
go 1.21

toolchain go1.21.0

Expand Down

0 comments on commit c39dd69

Please sign in to comment.