diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bf646baa419c11152e1319a07833180316865c3_LmdpdGxhYi1jaS55bWw=..3200e0a4d7a35c3afc6805f357411b9bb1638881_LmdpdGxhYi1jaS55bWw= 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,7 @@
 
 unit_tests:
   stage: test
-  image: quay.orus.io/cc/golang:1.22.0-bullseye
+  image: quay.orus.io/cc/golang:1.22.1-bullseye
   variables:
     YTT_VERSION: v0.41.1
     YTT_SHA256: 65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
@@ -43,7 +43,7 @@
 
 lint:
   stage: lint
-  image: quay.orus.io/cc/golang:1.22.0-bullseye
+  image: quay.orus.io/cc/golang:1.22.1-bullseye
   cache:
     key: tooling
     paths:
@@ -56,7 +56,7 @@
 
 vulncheck:
   stage: vulncheck
-  image: quay.orus.io/cc/golang:1.22.0-bullseye
+  image: quay.orus.io/cc/golang:1.22.1-bullseye
   cache:
     key: tooling
     paths:
@@ -69,7 +69,7 @@
 
 build:
   stage: build
-  image: quay.orus.io/cc/golang:1.22.0-bullseye
+  image: quay.orus.io/cc/golang:1.22.1-bullseye
   artifacts:
     paths:
       - build
diff --git a/HISTORY.rst b/HISTORY.rst
index 9bf646baa419c11152e1319a07833180316865c3_SElTVE9SWS5yc3Q=..3200e0a4d7a35c3afc6805f357411b9bb1638881_SElTVE9SWS5yc3Q= 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -2,6 +2,13 @@
 HISTORY
 *******
 
+3.2.7 (2024-03-12)
+==================
+
+- NO functional change. Only a rebuild with Golang 1.22.1 to avoid some
+  vulnerability with crypto/x509 https://pkg.go.dev/vuln/GO-2024-2598
+  and with net/textproto https://pkg.go.dev/vuln/GO-2024-2599
+
 3.2.6 (2024-03-01)
 ==================