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:
commit
87c2e65259
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue