Skip to content

Commit

Permalink
chore: Bump go-tools image version to v0.10.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed May 15, 2023
1 parent ac6e8a4 commit f214c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
APP_NAME?=logger
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)

GOTOOLS_IMAGE_TAG?=v0.4.3
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
Expand Down

0 comments on commit f214c53

Please sign in to comment.