diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2beb63c50..458e4b8a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,6 +18,8 @@ jobs: with: go-version: ^1.15 id: go + - name: create symlink + run: sudo ln -f -s $GOROOT/bin/* /usr/bin/ - name: Check out code into the Go module directory uses: actions/checkout@v2