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 1e26071 + dd91705 commit c28bf3aCopy full SHA for c28bf3a
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
21
- name: Set up Go ${{ env.GO_VERSION }}
22
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
23
with:
24
go-version: ${{ env.GO_VERSION }}
25
check-latest: true
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
18
0 commit comments