Skip to content

Commit

Permalink
Revert "Update pinned golangci-lint version (#666)"
Browse files Browse the repository at this point in the history
This reverts commit 015c076.
Goimports regression: golangci/golangci-lint#347
And gocritic recommending fixes in tip instead of released versions.
  • Loading branch information
42wim committed Jan 14, 2019
1 parent f88c5f6 commit 464d27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git:
env:
global:
- GOOS=linux GOARCH=amd64
- GOLANGCI_VERSION="v1.12.5"
- GOLANGCI_VERSION="v1.12.3"

matrix:
# It's ok if our code fails on unstable development versions of Go.
Expand Down

0 comments on commit 464d27a

Please sign in to comment.