Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix Hugo version in postsubmit workflow to resolve build errors
Update Hugo version from 0.125.5 to 0.146.0 in postsubmit.yml to match
the minimum version requirement specified in hugo.yaml. This resolves
the build error where the 'try' function was not defined in the older
Hugo version.

Fixes the postsubmit GitHub action build failure.

Signed-off-by: xuezhaojun <[email protected]>
  • Loading branch information
xuezhaojun committed Jul 24, 2025
commit 6e91bbb0a9edfd6b91432834c00cc19db797b4da
2 changes: 1 addition & 1 deletion .github/workflows/postsubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.125.5'
hugo-version: '0.146.0'
extended: true
- name: Setup Node
uses: actions/setup-node@v4
Expand Down