Bump GoLang to 1.15.5

This commit is contained in:
Deluan 2020-11-20 21:55:03 -05:00
parent 3e8bee4f65
commit 48a6ba2956
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.3-1 goreleaser release --rm-dist --skip-publish --snapshot
docker run -it -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.15.5-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot