Skip to content

Commit

Permalink
Fix: Go and Hugo versions
Browse files Browse the repository at this point in the history
  • Loading branch information
appuchias committed Apr 1, 2024
1 parent a2535c1 commit 163719a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.121.0
HUGO_VERSION: 0.124.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/appuchias/appuchias.github.io

go 1.23
go 1.22.0

require (
github.com/adityatelange/hugo-PaperMod v0.0.0-20231223063101-a1cb044262d3 // indirect
github.com/divinerites/plausible-hugo v1.19.2 // indirect
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 // indirect
github.com/divinerites/plausible-hugo v1.19.6 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/adityatelange/hugo-PaperMod v0.0.0-20231223063101-a1cb044262d3 h1:wWnkI/jcqAIZyVlU4mClOfCDaPMjCso+vdB/WEbuxDk=
github.com/adityatelange/hugo-PaperMod v0.0.0-20231223063101-a1cb044262d3/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/divinerites/plausible-hugo v1.19.2 h1:Ksd1Ewp53gPmzm6vhDdRUxkUYwigaykhZlzOYzHYCzQ=
github.com/divinerites/plausible-hugo v1.19.2/go.mod h1:cxr+YB3FUwbLon8KCs4pV4Ankbkq6lJxTQUpNb5KqPo=
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5 h1:yczLu4cdgnLAiRHGQuxTP86WHfEvip4IAkcKT/2HocE=
github.com/adityatelange/hugo-PaperMod v0.0.0-20240316195851-dad94ab4b7c5/go.mod h1:HCHxNMKYdGafUYjVV3ICiAqznZK2yH0iI53jqcDFDdQ=
github.com/divinerites/plausible-hugo v1.19.6 h1:Ju9p0zCXUByYYOcwPIiX39a6hMTLIcTK3y9tBegRH5U=
github.com/divinerites/plausible-hugo v1.19.6/go.mod h1:cxr+YB3FUwbLon8KCs4pV4Ankbkq6lJxTQUpNb5KqPo=

0 comments on commit 163719a

Please sign in to comment.