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 4d3c6f3 commit 4f6d162
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ jobs:
run: |
GO_VERSION=${{ matrix.golang == '1.18' && '1.18.10' || '1.22.3' }}
wget -O go.tgz https://golang.org/dl/go$GO_VERSION.linux-386.tar.gz
tar -C $HOME -xzf go.tgz
cd $HOME/go/src
./make.bash
export PATH="$HOME/go/bin:$PATH"
ls
tar -C /usr/local -xzf go.tgz
cd /usr/local/go/src
./make.bash
export PATH="/usr/local/go/bin:$PATH"
export GOPATH=/opt/go/
export PATH=$PATH:$GOPATH/bin
go version
Expand Down

0 comments on commit 4f6d162

Please sign in to comment.