Skip to content

Commit

Permalink
task: update golangci-lint to 1.39.0 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
gssbzn committed Apr 12, 2021
1 parent 368ac0d commit 66fae8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: lint
uses: golangci/golangci-lint-action@v2.5.2
with:
version: v1.37.0
version: v1.39.0

tests-on-unix:
needs: golangci-lint # run after golangci-lint action to not produce duplicated errors
Expand Down
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ linters:
- dogsled
- errcheck
- exhaustive
- exportloopref
- gochecknoinits
- gocritic
- gocyclo
Expand All @@ -39,12 +40,10 @@ linters:
- gosimple
- govet
- ineffassign
- interfacer
- misspell
- nakedret
- nolintlint
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOURCE_FILES?=./...
PKG_NAME=mongodbatlas
GOLANGCI_VERSION=v1.37.0
GOLANGCI_VERSION=v1.39.0
COVERAGE=coverage.out

export GO111MODULE := on
Expand Down

0 comments on commit 66fae8a

Please sign in to comment.