Skip to content

Commit e8968dd

Browse files
authored
deps: update golangci-lint version (#1306)
This commit bumps the version of golangci-lint to 2.11.4 from 2.9.0.
1 parent 2a8d129 commit e8968dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44

55
. "$(dirname "$0")"/common.sh
66

7-
GOLANGCI_LINT_VERSION="2.9.0"
7+
GOLANGCI_LINT_VERSION="2.11.4"
88

99
# IsGoLangCiLintInstalled is used to check whether golangci-lint executable is on the $PATH.
1010
function IsGolangCiLintInstalled() {

0 commit comments

Comments
 (0)