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

@@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@v4
- 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: Check formatting
run: |