Skip to content

Commit

Permalink
tfexec: Bump latest 0.15 in test & add v1
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored and kmoe committed Jun 9, 2021
1 parent d44fa1e commit 0c7451a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tfexec/internal/e2etest/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func runTest(t *testing.T, fixtureName string, cb func(t *testing.T, tfVersion *
testutil.Latest013,
testutil.Latest014,
testutil.Latest015,
testutil.Latest_v1,
}
if override := os.Getenv("TFEXEC_E2ETEST_VERSIONS"); override != "" {
versions = strings.Split(override, ",")
Expand Down
3 changes: 2 additions & 1 deletion tfexec/internal/testutil/tfcache.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const (
Latest012 = "0.12.31"
Latest013 = "0.13.7"
Latest014 = "0.14.11"
Latest015 = "0.15.1"
Latest015 = "0.15.5"
Latest_v1 = "1.0.0"
)

const appendUserAgent = "tfexec-testutil"
Expand Down

0 comments on commit 0c7451a

Please sign in to comment.