Skip to content

Commit 3beffd0

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 1f9c586 commit 3beffd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 1
18-
- uses: WillAbides/setup-go-faster@v1.8.0
18+
- uses: actions/setup-go@v6
1919
with:
2020
go-version: ${{ matrix.go }}
2121
- run: "go test -race ./..."

0 commit comments

Comments
 (0)