Skip to content

Commit 008f0a8

Browse files
build: Update linter
1 parent 3fad566 commit 008f0a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install-golangci-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -o pipefail # Use last non-zero exit code in a pipeline
77
#set -o xtrace # Trace the execution of the script (debug)
88

99
# Version to install
10-
GOLANGCI_LINT_VERSION="v2.11.3"
10+
GOLANGCI_LINT_VERSION="v2.11.4"
1111

1212
# Determine installation directory
1313
BIN_DIR="$(go env GOBIN)"

0 commit comments

Comments
 (0)