go CI: Add GOPATH bin to GITHUB_PATH

This should fix godo not being in the path in a later step.
This commit is contained in:
Matt Joiner 2022-02-07 16:15:40 +11:00
parent 0f90f394a3
commit 068f885f8c
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
./make.bash
echo "GOROOT=$HOME/gotip" >> "$GITHUB_ENV"
echo "$HOME/gotip/bin:$PATH" >> "$GITHUB_PATH"
echo "$(go env GOPATH)/bin:$PATH" >> "$GITHUB_PATH"
- name: Test
run: go test -race -count 2 ./...