Skip to content

Commit 0d4b697

Browse files
committed
.github/workflows: temporary use actions/setup-go
Since WillAbides/setup-go-faster failed with macOS-latest. See: WillAbides/setup-go-faster#37
1 parent cee0d2c commit 0d4b697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["windows-latest", "ubuntu-latest", "macOS-latest"]
11+
os: ["windows-latest", "ubuntu-latest", "macOS-15"]
1212
go: ["1.24.x"]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 1
18-
- uses: WillAbides/setup-go-faster@v1.14.0
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- run: "go test -race ./..."

0 commit comments

Comments
 (0)