Skip to content

Commit

Permalink
Update tools image in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
carles-grafana committed Dec 18, 2024
1 parent d02611a commit 4d65e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TOOL_DIR ?= tools
TOOL_CONFIG ?= $(TOOL_DIR)/tools.go

TOOLS_IMAGE ?= grafana/tempo-ci-tools
TOOLS_IMAGE_TAG ?= main-e87b8d4
TOOLS_IMAGE_TAG ?= main-d02611a

GOTOOLS ?= $(shell cd $(TOOL_DIR) && go list -e -f '{{ .Imports }}' -tags tools |tr -d '[]')

Expand Down

0 comments on commit 4d65e08

Please sign in to comment.