Skip to content

Commit

Permalink
fix: CI build failures
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jan 3, 2024
1 parent 570553e commit 90f0b4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hack/install-go-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ fi

cd "$(dirname $BASH_SOURCE)/.."

go install -mod=readonly github.com/bwplotka/bingo@latest
go install github.com/bwplotka/bingo@latest

# The following PR has been merged in bingo:
# https://github.com/bwplotka/bingo/pull/142
# Once the new bingo version is released, make sure to append '-t 0' in below commands
unset GOFLAGS
bingo get -v -l github.com/prometheus/prometheus/cmd/promtool@v0.48.0
bingo get -v -l github.com/cloudflare/pint/cmd/pint@v0.44.1
go install github.com/prometheus-operator/prometheus-operator/cmd/po-lint

0 comments on commit 90f0b4e

Please sign in to comment.