From d0e66b83d0927e1ecd13c2fd84865254f5cf9781 Mon Sep 17 00:00:00 2001 From: Cuong Manh Le Date: Wed, 17 Dec 2025 15:14:25 +0700 Subject: [PATCH] .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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 551241f..93be810 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 ./..."