Skip to content

Commit

Permalink
ci: bump hugo and go version
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing authored Apr 17, 2024
1 parent 69df2b0 commit 8b01a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.2
HUGO_VERSION: 0.124.1
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 8b01a68

Please sign in to comment.