Skip to content

Commit 6ec4e94

Browse files
author
Tony Worm
committed
hof/test: update formatter version used in testscript tests
1 parent 8eb3d11 commit 6ec4e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dagger/testscripts.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func (R *Runtime) SetupTestingEnv(c *dagger.Container, source *dagger.Directory)
3232
c = c.WithEnvVariable("HOF_FMT_VERSION", os.Getenv("HOF_FMT_VERSION"))
3333

3434
// set fmt vars
35-
ver := "v0.6.8"
35+
ver := "v0.6.9" // todo, get this from the version used in the CLI command, consider falling back to some version if dirty or CI?
3636
c = c.WithEnvVariable("HOF_FMT_VERSION", ver)
3737
c = c.WithEnvVariable("HOF_FMT_HOST", "http://global-dockerd")
3838

0 commit comments

Comments
 (0)