diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a23f1677..1eaec816 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,11 +23,12 @@ jobs: with: go-version: ${{ matrix.go_version }} - - name: Check out code into the Go module directory + - name: Check out code uses: actions/checkout@v1 - name: Lint Go code run: | + export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14 go get -u golang.org/x/lint/golint go get -u github.com/client9/misspell/cmd/misspell make vet