Skip to content

Commit 9c18e88

Browse files
author
marci
committed
Update Go version to 1.26, Hugo version to 0.155.3, and add ChatGPT setting in VSCode configuration
1 parent 7a11423 commit 9c18e88

4 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 2 deletions
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.152.0
28+
HUGO_VERSION: 0.155.3
2929
HUGO_ENVIRONMENT: production
3030
TZ: Europe/Berlin
3131
steps:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install Node.js dependencies
4646
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
4747
- name: Cache Restore
48-
id: cache-restorebc:24:11:46:f2:0e
48+
id: cache-restore
4949
uses: actions/cache/restore@v4
5050
with:
5151
path: |

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
"workbench.colorTheme": "Default Dark Modern",
1919
"workbench.editor.autoLockGroups": {
2020
"mainThreadWebview-markdown.preview": true
21-
}
21+
},
22+
"chatgpt.openOnStartup": true
2223
}

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.3
3+
go 1.26
44

55
require (
6-
github.com/hugo-toha/toha/v4 v4.10.0 // indirect
6+
github.com/hugo-toha/toha/v4 v4.13.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.10.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2-
github.com/hugo-toha/toha/v4 v4.10.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
1+
github.com/hugo-toha/toha/v4 v4.13.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA=
2+
github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=
33

0 commit comments

Comments
 (0)