Skip to content

Commit c28bf3a

Browse files
author
Power Cloud Robot
authored
Merge pull request #522 from ppc64le-cloud/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents 1e26071 + dd91705 commit c28bf3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020

2121
- name: Set up Go ${{ env.GO_VERSION }}
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: ${{ env.GO_VERSION }}
2525
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
1818

1919
- name: Set up Go ${{ env.GO_VERSION }}
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: ${{ env.GO_VERSION }}
2323
check-latest: true

0 commit comments

Comments
 (0)