Skip to content

Commit ac31da6

Browse files
kolyshkincyphar
authored andcommitted
ci/cross-i386: pin Go to 1.21.x
Signed-off-by: Kir Kolyshkin <[email protected]> Signed-off-by: Aleksa Sarai <[email protected]>
1 parent ea38465 commit ac31da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
- name: install go
147147
uses: actions/setup-go@v5
148148
with:
149-
go-version: 1.x # Latest stable
149+
go-version: 1.21.x # TODO: switch to 1.x (latest stable) once Go 1.22 vs glibc issue is fixed.
150150

151151
- name: unit test
152152
env:

0 commit comments

Comments
 (0)