Skip to content

Commit

Permalink
build: fix issue where installing godepgraph failed with invalid go v…
Browse files Browse the repository at this point in the history
…ersion

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.
  • Loading branch information
davidalpert committed May 6, 2024
1 parent 3228273 commit aa1e162
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .tools/doctor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ grepVersion 'ruby' 'ruby --version' "$REQUIRED_RUBY_VERSION"
findCmd gem
findCmd bundle 'gem install bundler'

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

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

0 comments on commit aa1e162

Please sign in to comment.