forked from TrueCloudLab/lego
chore: update golangci-lint. (#914)
This commit is contained in:
parent
f5cd138ea6
commit
341407b482
2 changed files with 2 additions and 1 deletions
|
@ -29,6 +29,7 @@
|
|||
"dupl",
|
||||
"prealloc",
|
||||
"scopelint",
|
||||
"bodyclose", # https://github.com/timakin/bodyclose/pull/14
|
||||
]
|
||||
|
||||
[issues]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue