Skip to content

Commit

Permalink
hof/test: update formatter version used in testscript tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Dec 17, 2024
1 parent 8eb3d11 commit 6ec4e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dagger/testscripts.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func (R *Runtime) SetupTestingEnv(c *dagger.Container, source *dagger.Directory)
c = c.WithEnvVariable("HOF_FMT_VERSION", os.Getenv("HOF_FMT_VERSION"))

// set fmt vars
ver := "v0.6.8"
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?
c = c.WithEnvVariable("HOF_FMT_VERSION", ver)
c = c.WithEnvVariable("HOF_FMT_HOST", "http://global-dockerd")

Expand Down

0 comments on commit 6ec4e94

Please sign in to comment.