Skip to content

Commit

Permalink
Merge pull request #56 from authzed/ecordell-patch-1
Browse files Browse the repository at this point in the history
bump default go version to 1.22.2
  • Loading branch information
ecordell committed Apr 4, 2024
2 parents eb54db5 + 886f29c commit 0a38496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-go/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: "Setup a Go environment and add it to the PATH (with caching!)"
inputs:
go-version:
description: "The Go version to download (if necessary) and use. Supports semver spec and ranges."
default: "1.22.1"
default: "1.22.2"
go-version-file:
description: "Path to the go.mod or go.work file."
cache-dependency-path:
Expand Down

0 comments on commit 0a38496

Please sign in to comment.