Skip to content

Commit

Permalink
fix the issue: compile: version go1.16.15 does not match go tool vers…
Browse files Browse the repository at this point in the history
…ion go1.17.11

Refer to actions/setup-go#107

Signed-off-by: Benjamin Wang <wachao@vmware.com>
  • Loading branch information
ahrtr committed Jun 19, 2022
1 parent 05d2e08 commit 41d4adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -25,6 +25,10 @@ jobs:
- env:
TARGET: ${{ matrix.target }}
run: |
go version
echo ${GOROOT}
unlink /usr/bin/go; ln -s ${GOROOT}/bin/go /usr/bin/go
echo "${TARGET}"
case "${TARGET}" in
linux-amd64-fmt)
Expand Down

0 comments on commit 41d4adf

Please sign in to comment.