Skip to content

Commit f214c53

Browse files
authored
chore: Bump go-tools image version to v0.10.0 (#83)
1 parent ac6e8a4 commit f214c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
66
APP_NAME?=logger
77
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
88

9-
GOTOOLS_IMAGE_TAG?=v0.4.3
9+
GOTOOLS_IMAGE_TAG?=v0.10.0
1010
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
1111

1212
COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml

0 commit comments

Comments
 (0)