Skip to content

Commit b9e5ee9

Browse files
author
marci
committed
Update Go version to 1.25.3 and Hugo version to 0.152.0 in go.mod and GitHub workflow
1 parent 36174dd commit b9e5ee9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
env:
28-
HUGO_VERSION: 0.151.0
28+
HUGO_VERSION: 0.152.0
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
module github.com/securebitsorg/securebitsorg.github.io
22

3-
go 1.25.1
3+
go 1.25.3
44

55
require (
6-
github.com/hugo-toha/toha/v4 v4.9.0 // indirect
6+
github.com/hugo-toha/toha/v4 v4.10.0 // indirect
77

88
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2-
github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
1+
github.com/hugo-toha/toha/v4 v4.10.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2+
github.com/hugo-toha/toha/v4 v4.10.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
33

0 commit comments

Comments
 (0)