Skip to content

Commit 3138b12

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

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
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: Set up Go ${{ matrix.go }}
47-
uses: actions/setup-go@v4
47+
uses: actions/setup-go@v5
4848
with:
4949
go-version: ${{ matrix.go }}
5050

.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)