Skip to content

Commit 4d88f6c

Browse files
author
Tony Worm
committed
hof/fmt: update more version identifiers
1 parent 9de93d3 commit 4d88f6c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: go install ./cmd/hof
4242
- name: Setup
4343
run: |-
44-
hof fmt start [email protected].9
44+
hof fmt start [email protected].10-rc.2
4545
cd docs
4646
hof mod link
4747
make tools

.github/workflows/release-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: go install ./cmd/hof
5959
- name: Setup
6060
run: |-
61-
hof fmt start [email protected].9
61+
hof fmt start [email protected].10-rc.2
6262
cd docs
6363
hof mod link
6464
make tools

ci/gha/common/steps.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Steps: {
263263
setup: {
264264
name: "Setup"
265265
run: """
266-
hof fmt start [email protected].9
266+
hof fmt start [email protected].10-rc.2
267267
cd docs
268268
hof mod link
269269
make tools

test/dagger/testscripts.go

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

3535
// set fmt vars
36-
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?
36+
ver := "v0.6.10-rc.2" // todo, get this from the version used in the CLI command, consider falling back to some version if dirty or CI?
3737
c = c.WithEnvVariable("HOF_FMT_VERSION", ver)
3838
c = c.WithEnvVariable("HOF_FMT_HOST", "http://global-dockerd")
3939

0 commit comments

Comments
 (0)