Update to GoLang 1.15

This commit is contained in:
Deluan 2020-09-30 21:03:38 -04:00 committed by Deluan Quintão
parent ca283f45ea
commit 943f35f7a5
3 changed files with 6 additions and 6 deletions

View file

@ -103,5 +103,5 @@ release:
.PHONY: release
snapshot:
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.14.9-4 goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.15.2-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot