chore(deps): pin golang docker tag to ad5c126 #107

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/pin-dependencies into main 2024-11-03 17:06:54 +00:00
Showing only changes of commit e37c082d0b - Show all commits
+2 -2
View File
@@ -3,7 +3,7 @@ include:
- project: unboundsoftware/ci-templates - project: unboundsoftware/ci-templates
file: Release.gitlab-ci.yml file: Release.gitlab-ci.yml
image: golang:1.23.2 image: golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
stages: stages:
- deps - deps
@@ -42,7 +42,7 @@ test:
vulnerabilities: vulnerabilities:
stage: test stage: test
image: golang:1.23.2 image: golang:1.23.2@sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
script: script:
- go install golang.org/x/vuln/cmd/govulncheck@latest - go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./... - govulncheck ./...