Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EraKin575 committed Jun 13, 2024
1 parent 83a6469 commit 5b01e07
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/actions/setup-go-tip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,15 @@ runs:
run: |
go install golang.org/dl/gotip@latest
gotip download
echo "GOROOT=$(go env GOROOT)" >> $GITHUB_ENV
echo "GOTIP_BIN=$(go env GOPATH)/bin/gotip" >> $GITHUB_ENV
export PATH="$GOROOT/bin/:$GOPATH/bin:$PATH"
echo "GOROOT=$GOROOT" >> $GITHUB_ENV
echo "GOPATH=$GOPATH" >> $GITHUB_ENV
echo "PATH=$PATH" >> $GITHUB_ENV
- name: Check Go Version
shell: bash
run: |
echo "Active Go version:"
go version

0 comments on commit 5b01e07

Please sign in to comment.