Skip to content

Commit

Permalink
Merge pull request #1931 from goplus/main
Browse files Browse the repository at this point in the history
test
  • Loading branch information
xushiwei authored Jul 14, 2024
2 parents 22bc803 + e6b9941 commit 90f30bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/make_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ func TestInstallInNonGitRepo(t *testing.T) {
})

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

0 comments on commit 90f30bc

Please sign in to comment.