diff --git a/.devcontainer/install-dependencies.sh b/.devcontainer/install-dependencies.sh index 83192a7ee19..dc7351ca130 100755 --- a/.devcontainer/install-dependencies.sh +++ b/.devcontainer/install-dependencies.sh @@ -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