Skip to content

Commit

Permalink
chore: update go postprocessor version (#11493)
Browse files Browse the repository at this point in the history
We need to pin the go version used for creating modules in the
postprocessor. If it is not pinned the latest is assumed -- which
will go out of date each time a new version of Go is released.
  • Loading branch information
codyoss authored Jan 23, 2025
1 parent 48bb391 commit 820cc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/postprocessor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
// This is the default Go version that will be generated into new go.mod
// files. It should be updated every time we drop support for old Go
// versions.
defaultGoModuleVersion = "1.22"
defaultGoModuleVersion = "1.22.7"
)

var (
Expand Down

0 comments on commit 820cc24

Please sign in to comment.