Skip to content

Commit

Permalink
Pin golangci-lint version (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges authored Jul 5, 2021
1 parent bf8eb13 commit 88c4c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88c4c6f

Please sign in to comment.