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

Commit 8928d81

Browse files
committed
fixup! Fix version warning parse logic
1 parent 60862f3 commit 8928d81

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
@@ -28,6 +28,6 @@ func TestVersion(t *testing.T) {
2828
assert.True(t, "versions do not match", !match)
2929

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

0 commit comments

Comments
 (0)