Skip to content

Commit deef2b2

Browse files
authored
chore: Update go-tools to v0.12.1 (#272)
* chore: Update go-tools to v0.12.1 * ci: Remove goreleaser deprecated option
1 parent e8f9bde commit deef2b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.goreleaser.yml

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ archives:
7171
format_overrides:
7272
- goos: windows
7373
format: zip
74-
rlcp: true
7574
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
7675
files:
7776
- LICENSE

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
44
APP_NAME?=aoc-cli
55
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)
66

7-
GOTOOLS_IMAGE_TAG?=v0.10.0
7+
GOTOOLS_IMAGE_TAG?=v0.12.1
88
SHELL := env GOTOOLS_IMAGE_TAG=$(GOTOOLS_IMAGE_TAG) $(SHELL)
99

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

0 commit comments

Comments
 (0)