diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 77f66fac..170b1981 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,6 +17,6 @@ jobs: - name: Build run: go build ./... - name: Install Linters - run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.1" + run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0" - name: Test and Lint run: ./run_tests.sh diff --git a/.golangci.yml b/.golangci.yml index e2dea0c4..0cc0c73d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -33,6 +33,7 @@ linters: - reassign - revive - staticcheck + - tenv - tparallel - typecheck - unconvert