Skip to content

Commit

Permalink
chore(action): use go 1.23 as default in setup sage
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofferwanglund committed Oct 7, 2024
1 parent a9ff6bb commit a23ccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
go-version:
description: The Go version to download (if necessary) and use. Supports semver spec and ranges.
required: false
default: '1.22'
default: '1.23'

check-latest:
description: If true, checks whether the cached go version is the latest, if not then downloads the latest. Useful when you need to use the latest version.
Expand Down

0 comments on commit a23ccb8

Please sign in to comment.