We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ca622 commit 7147896Copy full SHA for 7147896
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
run: git fetch --prune --unshallow
45
-
46
name: Set up Go
47
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # https://github.com/actions/setup-go/releases/tag/v4.0.0
+ uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # https://github.com/actions/setup-go/releases/tag/v4.0.1
48
with:
49
go-version-file: ".go-version"
50
0 commit comments