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>
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
  • Loading branch information
kolyshkin authored and cyphar committed Apr 1, 2024
1 parent ea38465 commit ac31da6
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 ac31da6

Please sign in to comment.