You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: actions/setup/action.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ inputs:
15
15
go-version:
16
16
description: The Go version to download (if necessary) and use. Supports semver spec and ranges.
17
17
required: false
18
-
default: '1.23'
18
+
default: '1.24'
19
19
20
20
check-latest:
21
21
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