Bump GoLang to 1.16.2 for releases

This commit is contained in:
Deluan 2021-03-12 15:14:07 -05:00
parent 2d528bbc87
commit 0049d8d311
2 changed files with 3 additions and 3 deletions

View file

@ -123,5 +123,5 @@ release:
.PHONY: release
snapshot:
docker run -t -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.16.0-1 goreleaser release --rm-dist --skip-publish --snapshot
docker run -t -v $(PWD):/workspace -w /workspace deluan/ci-goreleaser:1.16.2-1 goreleaser release --rm-dist --skip-publish --snapshot
.PHONY: snapshot