From e197f2c7dabca16f00c34acd5dc16949986ac770 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 5 Feb 2025 06:59:38 +0000 Subject: [PATCH] chore(deps): update golang:1.23.6 docker digest to 958bd2e --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb4b2d7..123cc6b 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.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 +image: golang:1.23.6@sha256:958bd2e45b2d6d166aa0e33ee737093fe0c773c89c3fc142f26ac65ec37507cd stages: - deps @@ -30,7 +30,7 @@ test: vulnerabilities: stage: test - image: golang:1.23.6@sha256:b2a6f50140dcd176e41f0033fcd0fbe0a3ac300fcbde75eaaef76e832cb02496 + image: golang:1.23.6@sha256:958bd2e45b2d6d166aa0e33ee737093fe0c773c89c3fc142f26ac65ec37507cd script: - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck ./...