We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3228273 commit aa1e162Copy full SHA for aa1e162
.tools/doctor.sh
@@ -173,7 +173,8 @@ grepVersion 'ruby' 'ruby --version' "$REQUIRED_RUBY_VERSION"
173
findCmd gem
174
findCmd bundle 'gem install bundler'
175
176
-findCmd godepgraph "go install github.com/kisielk/godepgraph@latest"
+# see: https://github.com/siderolabs/conform/issues/251
177
+#findCmd godepgraph "go install github.com/kisielk/godepgraph@latest"
178
179
findCmd sbot "go install github.com/restechnica/semverbot/cmd/sbot@latest"
180
if [ ! -f .semverbot.toml ]; then
0 commit comments