Skip to content

Commit f874e30

Browse files
committed
revert go version back to go.1.21 because of glibc errors
1 parent b278f5a commit f874e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@v4
2929
with:
30-
go-version: '1.22'
30+
go-version: '1.21'
3131
- name: Prepare source tarball
3232
run: |
3333
git clone -b ${{ github.event.release.name }} --depth 1 https://github.com/schollz/croc croc-${{ github.event.release.name }}

0 commit comments

Comments
 (0)