chore: update golangci-lint. (#914)

This commit is contained in:
Ludovic Fernandez 2019-07-04 19:20:26 +02:00 committed by GitHub
parent f5cd138ea6
commit 341407b482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -29,6 +29,7 @@
"dupl",
"prealloc",
"scopelint",
"bodyclose", # https://github.com/timakin/bodyclose/pull/14
]
[issues]

View file

@ -32,7 +32,7 @@ before_install:
- go get -u github.com/letsencrypt/pebble/...
# Install linters and misspell
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.16.0
- curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | bash -s -- -b $GOPATH/bin v1.17.1
- golangci-lint --version
# Hugo - documentation