Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 80a95f6

Browse files
committed
fixup! Fix version warning parse logic
1 parent 8928d81 commit 80a95f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func TestVersion(t *testing.T) {
2727
match = VersionsMatch("v2.15.2")
2828
assert.True(t, "versions do not match", !match)
2929

30-
Version="1.12.2+cli.rc1"
30+
Version = "1.12.2+cli.rc1"
3131
match = VersionsMatch("v1.12.9")
3232
assert.True(t, "versions do match", match)
3333
}

0 commit comments

Comments
 (0)