Skip to content

Commit

Permalink
ci(go.mod): upgrade to go1.23
Browse files Browse the repository at this point in the history
Signed-off-by: kilianpaquier <kilian@kilianpaquier.com>
  • Loading branch information
kilianpaquier committed Oct 5, 2024
1 parent 2216b84 commit b36bf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/kilianpaquier/go-builder-generator

go 1.22.0
go 1.23

toolchain go1.23.0
toolchain go1.23.2

require (
github.com/Masterminds/sprig/v3 v3.3.0
Expand Down

0 comments on commit b36bf50

Please sign in to comment.