We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482ad31 commit db21b96Copy full SHA for db21b96
Makefile
@@ -150,8 +150,7 @@ scripts/vendor: scripts/jsonnetfile.json scripts/jsonnetfile.lock.json
150
151
install-tools:
152
@echo Installing tools from tools.go
153
- @cd tools && cat tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go get %
154
- @cd tools && cat tools.go | grep _ | awk -F'"' '{print $$2}' | xargs -tI % go install %
+ grep '^\s*_' tools/tools.go | awk '{print $$2}' | xargs -tI % go install -mod=readonly -modfile=tools/go.mod %
155
156
install-promtool:
157
@echo Installing promtool
0 commit comments