Skip to content

Commit

Permalink
revert go version back to go.1.21 because of glibc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Feb 16, 2024
1 parent b278f5a commit f874e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f874e30

Please sign in to comment.