mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 05:11:06 +02:00
revert go version back to go.1.21 because of glibc errors
This commit is contained in:
parent
b278f5a41d
commit
f874e30151
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Setup Go
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.22'
|
||||
go-version: '1.21'
|
||||
- name: Prepare source tarball
|
||||
run: |
|
||||
git clone -b ${{ github.event.release.name }} --depth 1 https://github.com/schollz/croc croc-${{ github.event.release.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue