Skip to content

Commit 4d24232

Browse files
chore(deps): update actions/setup-go action to v6
1 parent ea9a04d commit 4d24232

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_prerelease.yaml

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

.github/workflows/on_push_pr.yaml

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

0 commit comments

Comments
 (0)