Skip to content

Commit

Permalink
ci/cross-i386: pin Go to 1.21.x
Browse files Browse the repository at this point in the history
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
  • Loading branch information
kolyshkin committed Mar 29, 2024
1 parent 8e69225 commit 7651760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
- name: install go
uses: actions/setup-go@v5
with:
go-version: 1.x # Latest stable
go-version: 1.21.x # TODO: switch to 1.x (latest stable) once Go 1.22 vs glibc issue is fixed.

- name: unit test
env:
Expand Down

0 comments on commit 7651760

Please sign in to comment.