ci: replace setup-go with custom action to avoid cache error and test pre-release go

This commit is contained in:
Li Jie
2025-02-13 19:14:44 +08:00
parent 058f74c12c
commit 70fb5ec7e1
5 changed files with 67 additions and 16 deletions

View File

@@ -35,9 +35,9 @@ jobs:
clang --version
- name: Set up Go
uses: actions/setup-go@v5
uses: ./.github/actions/setup-go
with:
go-version: '1.23'
go-version: '1.23.6'
- name: Build
run: go build -v ./...