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 ac6e8a4 commit f214c53Copy full SHA for f214c53
Makefile
@@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
6
APP_NAME?=logger
7
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
8
9
-GOTOOLS_IMAGE_TAG?=v0.4.3
+GOTOOLS_IMAGE_TAG?=v0.10.0
10
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
11
12
COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml
0 commit comments