We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f679fff commit 2ce83a7Copy full SHA for 2ce83a7
.github/workflows/on_prerelease.yaml
@@ -47,7 +47,7 @@ jobs:
47
fetch-depth: 1
48
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
49
- name: Install Go
50
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
51
with:
52
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
53
- name: Integration test
.github/workflows/on_push_pr.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments