Skip to content

Commit 2ce83a7

Browse files
chore(deps): update actions/setup-go action to v6
1 parent f679fff commit 2ce83a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
fetch-depth: 1
4848
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
4949
- name: Install Go
50-
uses: actions/setup-go@v5
50+
uses: actions/setup-go@v6
5151
with:
5252
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
5353
- name: Integration test

.github/workflows/on_push_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 1
3535
path: src/github.com/${{env.ORIGINAL_REPO_NAME}}
3636
- name: Install Go
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@v6
3838
with:
3939
go-version-file: 'src/github.com/${{env.ORIGINAL_REPO_NAME}}/go.mod'
4040
- name: Integration test

0 commit comments

Comments
 (0)