Skip to content

Commit

Permalink
fix: go.stanza prefers a full version (#546)
Browse files Browse the repository at this point in the history
* fix: go.stanza prefers a full version

* Fix tests
  • Loading branch information
malept authored Oct 15, 2024
1 parent 6f96375 commit 80747e4
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"
default: "1.22.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
go 1.22.0

toolchain go1.22.6

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
go 1.22.0

toolchain go1.22.6

Expand Down

0 comments on commit 80747e4

Please sign in to comment.