Migrate to goreleaser for next version

This commit is contained in:
2022-12-05 23:24:27 +10:30
parent 73c74cd37e
commit 553337bfab
7 changed files with 133 additions and 12 deletions

View File

@@ -13,7 +13,7 @@ func TestVersioningUpdate(t *testing.T) {
}
func TestVersioningNoUpdate(t *testing.T) {
// pretend there is a new version
// pretend there is not a new version
LatestVersion = "v0.12.1"
if UpdateAvailable() {
t.Error("should NOT be a version newer than " + CurrentVersion)