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 ea9a04d commit 4d24232Copy full SHA for 4d24232
2 files changed
.github/workflows/on_prerelease.yaml
@@ -51,7 +51,7 @@ jobs:
51
fetch-depth: 1
52
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
53
- name: Install Go
54
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
55
with:
56
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
57
- name: Integration test
.github/workflows/on_push_pr.yaml
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
0 commit comments