revert go version back to go.1.21 because of glibc errors

This commit is contained in:
Zack 2024-02-16 06:56:33 -08:00
parent b278f5a41d
commit f874e30151
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}