From 88c4c6fa7dc90581678e47135439daac4c1eef1d Mon Sep 17 00:00:00 2001 From: George Pollard Date: Tue, 6 Jul 2021 11:03:53 +1200 Subject: [PATCH] Pin golangci-lint version (#1623) --- .devcontainer/install-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/install-dependencies.sh b/.devcontainer/install-dependencies.sh index 2a6e843021d..815844ecdb6 100755 --- a/.devcontainer/install-dependencies.sh +++ b/.devcontainer/install-dependencies.sh @@ -62,7 +62,7 @@ if [ "$1" != "devcontainer" ]; then echo "Installing golangci-lint…" # golangci-lint is provided by base image if in devcontainer # this command copied from there - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$TOOL_DEST" 2>&1 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$TOOL_DEST" v1.41.1 2>&1 fi # Install go-task (task runner)