Skip to content

Commit af10a72

Browse files
committed
ci: refine CI workflows and test tolerances
- Update GitHub Actions to use `setup-go@v5` in both `go.yml` and `goreleaser.yml` workflows Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 5832ddb commit af10a72

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@v3
9+
uses: actions/setup-go@v5
1010
with:
1111
go-version: '^1'
1212
- name: Checkout repository
@@ -47,7 +47,7 @@ jobs:
4747
redis-cli -h 127.0.0.1 -p 6379 cluster nodes
4848
4949
- name: Set up Go ${{ matrix.go }}
50-
uses: actions/setup-go@v3
50+
uses: actions/setup-go@v5
5151
with:
5252
go-version: ${{ matrix.go }}
5353

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
-
2121
name: Set up Go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: 1.17
2525
-

0 commit comments

Comments
 (0)