From c257df193bfc69cdbc702d1a3229bc0d931eb695 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sat, 30 Nov 2019 15:57:05 +0800 Subject: [PATCH] attempt to fix --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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