Skip to content

Commit 02e1217

Browse files
committed
feat(actions): bump default go-version to 1.24
1 parent b0e11bb commit 02e1217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
go-version:
1616
description: The Go version to download (if necessary) and use. Supports semver spec and ranges.
1717
required: false
18-
default: '1.23'
18+
default: '1.24'
1919

2020
check-latest:
2121
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.

0 commit comments

Comments
 (0)