We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f9bde commit deef2b2Copy full SHA for deef2b2
.goreleaser.yml
@@ -71,7 +71,6 @@ archives:
71
format_overrides:
72
- goos: windows
73
format: zip
74
- rlcp: true
75
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
76
files:
77
- LICENSE
Makefile
@@ -4,7 +4,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
4
APP_NAME?=aoc-cli
5
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
6
7
-GOTOOLS_IMAGE_TAG?=v0.10.0
+GOTOOLS_IMAGE_TAG?=v0.12.1
8
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
9
10
COMPOSE_TOOLS_FILE=deployments/docker-compose/go-tools-docker-compose.yml
0 commit comments