Skip to content

Commit aa1e162

Browse files
committed
build: fix issue where installing godepgraph failed with invalid go version
don't really use depgraph at the moment so we can simply bail on this install for the time being and give that team time to sort that out.
1 parent 3228273 commit aa1e162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.tools/doctor.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ grepVersion 'ruby' 'ruby --version' "$REQUIRED_RUBY_VERSION"
173173
findCmd gem
174174
findCmd bundle 'gem install bundler'
175175

176-
findCmd godepgraph "go install github.com/kisielk/godepgraph@latest"
176+
# see: https://github.com/siderolabs/conform/issues/251
177+
#findCmd godepgraph "go install github.com/kisielk/godepgraph@latest"
177178

178179
findCmd sbot "go install github.com/restechnica/semverbot/cmd/sbot@latest"
179180
if [ ! -f .semverbot.toml ]; then

0 commit comments

Comments
 (0)