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 c0eed09 commit 193e799Copy full SHA for 193e799
.github/workflows/build.yml
@@ -51,7 +51,7 @@ jobs:
51
# We need the Go version and Go cache location for the actions/cache step,
52
# so the Go installation must happen before that.
53
- id: setup-go
54
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
55
with:
56
# There is no expectation for actual Go code so we disable caching as
57
# it relies on the existence of a go.sum file.
0 commit comments