diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b828dc..fc1d6e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,9 +35,10 @@ jobs: - name: Install golint run: go install golang.org/x/lint/golint@latest - - - name: Run golint - run: golint ./... - + + - uses: golangci/golangci-lint-action@v3.4.0 + with: + args: "--out-${NO_FUTURE}format colored-line-number" + - name: Run tests - run: go test -race -vet=off ./... \ No newline at end of file + run: go test -race -vet=off ./...