Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosz committed May 24, 2024
1 parent cb07077 commit 94111b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
GOVERSION=${{ matrix.golang == '1.21' && '1.21.10' || '1.22.3' }}
wget -nv https://go.dev/dl/go$GOVERSION.linux-386.tar.gz
tar xf go*
tar -xf go*
export PATH=$PATH:$(pwd)/go/bin
go version
shell: alpine.sh {0}
Expand Down

0 comments on commit 94111b8

Please sign in to comment.