Skip to content

Commit

Permalink
fs: bump test version to 1.1.0 (for darwin/arm64 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Apr 23, 2024
1 parent 8093f09 commit 14c01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestVersion(t *testing.T) {
t.Setenv("PATH", p)
ev := releases.ExactVersion{
Product: product.Terraform,
Version: version.Must(version.NewVersion("1.0.0")),
Version: version.Must(version.NewVersion("1.1.0")),
InstallDir: p,
}
ev.SetLogger(testutil.TestLogger())
Expand Down

0 comments on commit 14c01bd

Please sign in to comment.