Skip to content

Commit 599f47a

Browse files
committed
Fix go version in docs Makefile
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com>
1 parent ee92d53 commit 599f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-chef-io/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ preview_netlify: chef_web_docs
1515
pushd chef-web-docs && bash ./scripts/netlify-deploy-preview.sh && popd
1616

1717
serve: chef_web_docs
18-
printf "go 1.22\n\nuse .\nuse ../" > chef-web-docs/hugo.work
18+
printf "go 1.23\n\nuse .\nuse ../" > chef-web-docs/hugo.work
1919
pushd chef-web-docs && make bundle && HUGO_MODULE_WORKSPACE=hugo.work hugo server --buildDrafts --buildFuture --noHTTPCache --ignoreVendorPaths "github.com/chef/chef-server/docs-chef-io" && popd
2020

2121
chef_web_docs:

0 commit comments

Comments
 (0)