Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EraKin575 committed Jun 14, 2024
1 parent 5b01e07 commit b3dedf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-go-tip/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ runs:
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 b3dedf8

Please sign in to comment.