From b9e5ee9dd18f236a5c0682a0baaa2f75453bee3f Mon Sep 17 00:00:00 2001 From: marci Date: Wed, 22 Oct 2025 05:32:57 +0200 Subject: [PATCH 1/4] Update Go version to 1.25.3 and Hugo version to 0.152.0 in go.mod and GitHub workflow --- .github/workflows/deploy-site.yaml | 2 +- go.mod | 4 ++-- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index f69da368..784131aa 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.151.0 + HUGO_VERSION: 0.152.0 HUGO_ENVIRONMENT: production TZ: Europe/Berlin steps: diff --git a/go.mod b/go.mod index 1ba37017..be82ae3f 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/securebitsorg/securebitsorg.github.io -go 1.25.1 +go 1.25.3 require ( - github.com/hugo-toha/toha/v4 v4.9.0 // indirect + github.com/hugo-toha/toha/v4 v4.10.0 // indirect ) diff --git a/go.sum b/go.sum index 7c5afa7e..e2f73527 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,3 @@ -github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= -github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= +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= From 7a114235e91fd73cc2f9aa6000669dc8ece21a43 Mon Sep 17 00:00:00 2001 From: marci Date: Wed, 22 Oct 2025 05:33:50 +0200 Subject: [PATCH 2/4] Update cache restore ID in GitHub workflow for improved clarity --- .github/workflows/deploy-site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 784131aa..f3441d83 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -45,7 +45,7 @@ jobs: - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Cache Restore - id: cache-restore + id: cache-restorebc:24:11:46:f2:0e uses: actions/cache/restore@v4 with: path: | From 9c18e883864f9a05d14f945f2006fe526baa686f Mon Sep 17 00:00:00 2001 From: marci Date: Wed, 18 Feb 2026 05:13:19 +0100 Subject: [PATCH 3/4] Update Go version to 1.26, Hugo version to 0.155.3, and add ChatGPT setting in VSCode configuration --- .github/workflows/deploy-site.yaml | 4 ++-- .vscode/settings.json | 3 ++- go.mod | 4 ++-- go.sum | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index f3441d83..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: @@ -45,7 +45,7 @@ jobs: - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Cache Restore - id: cache-restorebc:24:11:46:f2:0e + id: cache-restore uses: actions/cache/restore@v4 with: path: | 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..501a8359 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,3 @@ -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 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= +github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= From 0d1b017e7faaa7c0a51878ad474c6af91b00c4db Mon Sep 17 00:00:00 2001 From: marci Date: Wed, 18 Feb 2026 05:17:42 +0100 Subject: [PATCH 4/4] Update go.sum with new hash for hugo-toha dependency --- go.sum | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.sum b/go.sum index 501a8359..93df0a27 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,3 @@ -github.com/hugo-toha/toha/v4 v4.13.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= +github.com/hugo-toha/toha/v4 v4.13.0 h1:h6ZKpqSZIcNK8ufptcRbg+Bm63tBq7v+X2jCC1mlcwg= github.com/hugo-toha/toha/v4 v4.13.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g=