.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 34fef77ff7
commit d0e66b83d0

View File

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