Skip to content

Commit 9c16bbd

Browse files
committed
ci: enhance CI Workflows and Test Robustness
- Update GitHub Actions workflow to use setup-go@v5 instead of setup-go@v4 Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 6fd28b6 commit 9c16bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Setup go
9-
uses: actions/setup-go@v4
9+
uses: actions/setup-go@v5
1010
with:
1111
go-version: "^1"
1212
- name: Checkout repository
@@ -38,7 +38,7 @@ jobs:
3838
slave1-port: 6380
3939

4040
- name: Set up Go ${{ matrix.go }}
41-
uses: actions/setup-go@v4
41+
uses: actions/setup-go@v5
4242
with:
4343
go-version: ${{ matrix.go }}
4444

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Set up Go
20-
uses: actions/setup-go@v4
20+
uses: actions/setup-go@v5
2121
with:
2222
go-version: "^1"
2323
- name: Run GoReleaser

0 commit comments

Comments
 (0)