Skip to content

Commit

Permalink
chore: Update go-tools to v0.12.1 (#272)
Browse files Browse the repository at this point in the history
* chore: Update go-tools to v0.12.1

* ci: Remove goreleaser deprecated option
  • Loading branch information
obalunenko committed Jul 11, 2023
1 parent e8f9bde commit deef2b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ archives:
format_overrides:
- goos: windows
format: zip
rlcp: true
name_template: "{{ .Binary }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
files:
- LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ VERSION ?= $(shell git describe --tags $(git rev-list --tags --max-count=1))
APP_NAME?=aoc-cli
SHELL := env APP_NAME=$(APP_NAME) $(SHELL)

GOTOOLS_IMAGE_TAG?=v0.10.0
GOTOOLS_IMAGE_TAG?=v0.12.1
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 deef2b2

Please sign in to comment.