Skip to content

Commit be45ff6

Browse files
authored
chore: Bump go-tools version to v0.6.1 (#94)
1 parent 4f6e55e commit be45ff6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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?=getenv
77
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
88

9-
GOTOOLS_IMAGE_TAG?=v0.5.0
9+
GOTOOLS_IMAGE_TAG?=v0.6.1
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)