Skip to content

Commit

Permalink
Upgrade golangci-lint to v1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
super-harsh committed Dec 23, 2024
1 parent e7e0c2c commit 72b2b2c
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 @@ -227,7 +227,7 @@ if should-install "$TOOL_DEST/golangci-lint"; then
write-info "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" v1.61.0 2>&1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b "$TOOL_DEST" v1.62.0 2>&1
fi

# Install Task
Expand Down

0 comments on commit 72b2b2c

Please sign in to comment.