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
Due to how you cannot pass in a cache key to actions/go-setup, we cannot
reliably use the cache produced by this action. See issue for more info:
actions/setup-go#358
Copy file name to clipboardExpand all lines: actions/setup/action.yml
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -17,11 +17,6 @@ inputs:
17
17
required: false
18
18
default: '1.22'
19
19
20
-
cache-dependency-path:
21
-
description: Path to the go.sum file(s) to use in caching.
22
-
required: false
23
-
default: go.sum
24
-
25
20
check-latest:
26
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