diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0571123d3626e3960c958d80961ae3eeaf9fae39..f86cc23b49fed536b5f02cb98af50f787eed4aa6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ lint:
     - cd /go/src/gitlab.com/${CI_PROJECT_PATH}/app
 
 unit tests:
-  image: golang:1.21.3
+  image: golang:1.21.4
   stage: test
   tags:
     - amd64-docker
@@ -48,7 +48,7 @@ unit tests:
   coverage: '/total:\s+\(statements\)\s+(\d+.\d+\%)/'
 
 govulncheck:
-  image: golang:1.21.3
+  image: golang:1.21.4
   stage: test
   tags:
     - amd64-docker