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",
|
"dupl",
|
||||||
"prealloc",
|
"prealloc",
|
||||||
"scopelint",
|
"scopelint",
|
||||||
|
"bodyclose", # https://github.com/timakin/bodyclose/pull/14
|
||||||
]
|
]
|
||||||
|
|
||||||
[issues]
|
[issues]
|
||||||
|
|
|
@ -32,7 +32,7 @@ before_install:
|
||||||
- go get -u github.com/letsencrypt/pebble/...
|
- go get -u github.com/letsencrypt/pebble/...
|
||||||
|
|
||||||
# Install linters and misspell
|
# 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
|
- golangci-lint --version
|
||||||
|
|
||||||
# Hugo - documentation
|
# Hugo - documentation
|
||||||
|
|
Loading…
Reference in a new issue