mirror of
https://github.com/go-acme/lego.git
synced 2025-02-04 10:09:27 +02:00
chore: update golangci-lint. (#914)
This commit is contained in:
parent
f5cd138ea6
commit
341407b482
@ -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…
x
Reference in New Issue
Block a user