Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com>
  • Loading branch information
mjtrangoni committed Jan 8, 2023
1 parent 3f316b9 commit 6c405d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
git checkout $tag -b latest
./make.bash
echo "GOROOT=$HOME/gotip" >> $GITHUB_ENV
echo "PATH=$HOME/gotip/bin:$PATH" >> $GITHUB_ENV
echo "GOPATH=$HOME/gotip" >> $GITHUB_ENV
which go
go version
- name: Checkout code
Expand Down

0 comments on commit 6c405d6

Please sign in to comment.