Skip to content

Commit f2ce1e8

Browse files
committed
test: fix cmd/TestInstallInNonGitRepo/install_with_VERSION_file
1 parent 84a7468 commit f2ce1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/make_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func TestInstallInNonGitRepo(t *testing.T) {
307307
})
308308

309309
t.Run("install with VERSION file", func(t *testing.T) {
310-
version := "v1.2.98"
310+
version := "v1.3.98"
311311
// Create VERSION file
312312
if err := os.WriteFile(versionFile, []byte(version), 0644); err != nil {
313313
t.Fatal(err)

0 commit comments

Comments
 (0)