1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #40661 from thaJeztah/update_golangci_lint

ci: update golangci-lint v1.23.8
This commit is contained in:
Tianon Gravi 2020-03-10 14:09:41 -07:00 committed by GitHub
commit 87c2e65259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/sh
: "${GOLANGCI_LINT_COMMIT=v1.20.0}"
: "${GOLANGCI_LINT_COMMIT=v1.23.8}"
install_golangci_lint() {
echo "Installing golangci-lint version ${GOLANGCI_LINT_COMMIT}"