diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 655602b..4704a20 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -23,7 +23,7 @@ jobs: go-version: ${{ matrix.go }} - name: Install golint - run: go get golang.org/x/lint/golint && go install golang.org/x/lint/golint + run: go get golang.org/x/lint/golint && go mod tidy - name: Build and Run tests run: make