From be45ff6bce2d38c20d9512c275c1bb93fbad8a2b Mon Sep 17 00:00:00 2001 From: Oleg Balunenko Date: Wed, 5 Apr 2023 02:17:05 +0400 Subject: [PATCH] chore: Bump go-tools version to v0.6.1 (#94) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9fa780b..682b7e4c 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1)) APP_NAME?=getenv SHELL := env APP_NAME=$(APP_NAME) $(SHELL) -GOTOOLS_IMAGE_TAG?=v0.5.0 +GOTOOLS_IMAGE_TAG?=v0.6.1 SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL) COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml