mirror of
https://github.com/schollz/croc.git
synced 2025-10-10 21:01:02 +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
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.20.7' # go1.20.8+ refuses to build go1.22 code...
|
||||
- name: Build Windows 7
|
||||
run: |
|
||||
go version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue