diff --git a/.golangci.yml b/.golangci.yml index 77ca3290..16514f7e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -34,6 +34,7 @@ linters: - staticcheck - structcheck - stylecheck + - tparallel - typecheck - unconvert - unused @@ -41,8 +42,10 @@ linters: - whitespace # TODO: fix linter errors before enabling + # - exhaustivestruct # - gci # - gochecknoglobals + # - errorlint # - gocognit # - godot # - gofumpt @@ -50,6 +53,7 @@ linters: # - noctx # - prealloc # - sqlclosecheck + # - wrapcheck # TODO: fix linter errors before enabling (from original config) # - dupl diff --git a/Makefile b/Makefile index b665bcfc..65042522 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ export GOBIN=$(PWD)/bin LD_FLAGS="-w -X $(REPO_PATH)/version.Version=$(VERSION)" # Dependency versions -GOLANGCI_VERSION = 1.31.0 +GOLANGCI_VERSION = 1.32.2 build: bin/dex