-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also updates mixtool to latest version which closes #1617 Mixtool was actually updated two months ago, so the dashboards are already all compliant! For the Makefile changes, I was looking at the issue above and I wanted to test it using the build image. I noticed that it wasn't actually running in the container. This should make it easier to test in the future.
- Loading branch information
1 parent
3c1f1c2
commit 52bf88b
Showing
2 changed files
with
22 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ RUN GO111MODULE=on \ | |
go install github.com/fatih/[email protected] && \ | ||
go install github.com/campoy/[email protected] && \ | ||
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] && \ | ||
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@b97ae11 && \ | ||
go install github.com/monitoring-mixins/mixtool/cmd/mixtool@1aace356d01747eea16a2677ed13bdcbbd4bb082 && \ | ||
go install github.com/mikefarah/yq/[email protected] && \ | ||
go install github.com/google/go-jsonnet/cmd/[email protected] && \ | ||
go install github.com/google/go-jsonnet/cmd/[email protected] && \ | ||
|