Migrate to goreleaser for next version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user