mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
fix ci
This commit is contained in:
parent
c1392acb70
commit
b0a01a6634
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- name: Setup Go
|
- name: Setup Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.20.7' # go1.20.8+ refuses to build go1.22 code...
|
||||||
- name: Build Windows 7
|
- name: Build Windows 7
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue