Skip to content

Commit

Permalink
fix: replace directive should not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jan 3, 2024
1 parent 8f4f31d commit 2b504bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hack/install-go-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ fi

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

go install github.com/bwplotka/bingo@latest
go install -mod=readonly 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
go install -mod=readonly github.com/prometheus-operator/prometheus-operator/cmd/po-lint

0 comments on commit 2b504bc

Please sign in to comment.