.github/workflows: temporary use actions/setup-go

Since WillAbides/setup-go-faster failed with macOS-latest.

See: https://github.com/WillAbides/setup-go-faster/issues/37
This commit is contained in:
Cuong Manh Le
2025-12-17 15:14:25 +07:00
committed by Cuong Manh Le
parent 1f9c586444
commit 3beffd0dc8

View File

@@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
fetch-depth: 1 fetch-depth: 1
- uses: WillAbides/setup-go-faster@v1.8.0 - uses: actions/setup-go@v6
with: with:
go-version: ${{ matrix.go }} go-version: ${{ matrix.go }}
- run: "go test -race ./..." - run: "go test -race ./..."