ci: replace setup-go with custom action to avoid cache error and test pre-release go
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user