Merge pull request #21 from itscaro/qtran.fix-golang1.18

[fix] bump go 1.18 & optional TAG definition in makefile
This commit is contained in:
Yusuke Kuoka 2022-04-06 08:39:14 +09:00 committed by GitHub
commit 8fb418e3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.18-alpine as builder
RUN apk add --no-cache make git
WORKDIR /workspace/helmfile

View File

@ -83,7 +83,7 @@ tools:
go get -u github.com/tcnksm/ghr github.com/mitchellh/gox
.PHONY: tools
TAG = $(shell git describe --tags --abbrev=0 HEAD)
TAG ?= $(shell git describe --tags --abbrev=0 HEAD)
LAST = $(shell git describe --tags --abbrev=0 HEAD^)
BODY = "`git log ${LAST}..HEAD --oneline --decorate` `printf '\n\#\#\# [Build Info](${BUILD_URL})'`"