Skip to content

Commit

Permalink
Revert "ci/cross-i386: pin Go to 1.21.x"
Browse files Browse the repository at this point in the history
This reverts commit ac31da6.

Signed-off-by: lifubang <lifubang@acmcoder.com>
  • Loading branch information
lifubang committed Apr 4, 2024
1 parent 3b21157 commit a7f457a
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.21.x # TODO: switch to 1.x (latest stable) once Go 1.22 vs glibc issue is fixed.
go-version: 1.x # Latest stable

- name: unit test
env:
Expand Down

0 comments on commit a7f457a

Please sign in to comment.