Skip to content

Commit

Permalink
hof/fmt: update more version identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Worm committed Dec 28, 2024
1 parent 9de93d3 commit 4d88f6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go install ./cmd/hof
- name: Setup
run: |-
hof fmt start prettier@v0.6.9
hof fmt start prettier@v0.6.10-rc.2
cd docs
hof mod link
make tools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: go install ./cmd/hof
- name: Setup
run: |-
hof fmt start prettier@v0.6.9
hof fmt start prettier@v0.6.10-rc.2
cd docs
hof mod link
make tools
Expand Down
2 changes: 1 addition & 1 deletion ci/gha/common/steps.cue
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Steps: {
setup: {
name: "Setup"
run: """
hof fmt start prettier@v0.6.9
hof fmt start prettier@v0.6.10-rc.2
cd docs
hof mod link
make tools
Expand Down
2 changes: 1 addition & 1 deletion test/dagger/testscripts.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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.9" // todo, get this from the version used in the CLI command, consider falling back to some version if dirty or CI?
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?
c = c.WithEnvVariable("HOF_FMT_VERSION", ver)
c = c.WithEnvVariable("HOF_FMT_HOST", "http://global-dockerd")

Expand Down

0 comments on commit 4d88f6c

Please sign in to comment.