Upgrade GoLang to 1.15.3

This commit is contained in:
Deluan 2020-10-26 13:04:14 -04:00
parent 21ed7348c6
commit b6a6422fac
2 changed files with 3 additions and 3 deletions

View file

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