From 1c5e6cdf95b266af9431b75934420207165cd927 Mon Sep 17 00:00:00 2001 From: Oleg Balunenko Date: Tue, 16 May 2023 02:27:09 +0400 Subject: [PATCH] chore: Bump go-tools image version to v0.10.0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 833018c..d17c783 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1)) APP_NAME?=ge-tax-calc SHELL := env APP_NAME=$(APP_NAME) $(SHELL) -GOTOOLS_IMAGE_TAG?=v0.8.0 +GOTOOLS_IMAGE_TAG?=v0.10.0 SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL) COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml