diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 784131aa..1584c9c6 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.152.0 + HUGO_VERSION: 0.155.3 HUGO_ENVIRONMENT: production TZ: Europe/Berlin steps: diff --git a/.vscode/settings.json b/.vscode/settings.json index 82e6bf52..69cca850 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,5 +18,6 @@ "workbench.colorTheme": "Default Dark Modern", "workbench.editor.autoLockGroups": { "mainThreadWebview-markdown.preview": true - } + }, + "chatgpt.openOnStartup": true } \ No newline at end of file diff --git a/go.mod b/go.mod index be82ae3f..fe26b41e 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/securebitsorg/securebitsorg.github.io -go 1.25.3 +go 1.26 require ( - github.com/hugo-toha/toha/v4 v4.10.0 // indirect + github.com/hugo-toha/toha/v4 v4.13.0 // indirect ) diff --git a/go.sum b/go.sum index e2f73527..fd240e1d 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,2 @@ -github.com/hugo-toha/toha/v4 v4.10.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= -github.com/hugo-toha/toha/v4 v4.10.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= +github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=