From 2655fcb211061f8f7c4d355cc60ae16367c117d6 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 5 Feb 2025 04:00:35 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23.6 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd2e137..cb4b2d7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ include: - project: unboundsoftware/ci-templates file: Pre-Commit-Go.gitlab-ci.yml -image: golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 +image: golang:1.23.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 stages: - deps @@ -30,7 +30,7 @@ test: vulnerabilities: stage: test - image: golang:1.23.5@sha256:e213430692e5c31aba27473cdc84cfff2896d0c097e984bef67b6a44c75a8181 + image: golang:1.23.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...