Skip to content

Commit

Permalink
fix(go): sync default Go stanza with minor default Go version (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored Nov 13, 2024
1 parent cd1eb72 commit 52fa0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ arguments:
type: boolean
go.stanza:
description: Go stanza version
default: "1.22.0"
default: "1.23.0"
schema:
type:
- string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(*codegen.File)(module github.com/getoutreach/testing

go 1.22.0
go 1.23.0

toolchain go1.23.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module github.com/getoutreach/stencil-golang

go 1.22.0
go 1.23.0

toolchain go1.23.3

Expand Down

0 comments on commit 52fa0fb

Please sign in to comment.