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