chore(deps): update golang docker tag to v1.25.3 #43

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/golang-1.x into main 2025-10-14 06:58:29 +00:00
+2 -2
View File
@@ -7,7 +7,7 @@ include:
- project: unboundsoftware/ci-templates
file: Pre-Commit-Go.gitlab-ci.yml
image: amd64/golang:1.25.2@sha256:f1ad40af66e45084d5b2dcd74d25e77085c964e57356a2f77b0c15c121003f23
image: amd64/golang:1.25.3@sha256:89abb76a5137ebbdccb6d993666b0561adc0718cccd827a95d6885c0c555e7dc
stages:
- deps
@@ -32,7 +32,7 @@ test:
vulnerabilities:
stage: test
image: amd64/golang:1.25.2@sha256:f1ad40af66e45084d5b2dcd74d25e77085c964e57356a2f77b0c15c121003f23
image: amd64/golang:1.25.3@sha256:89abb76a5137ebbdccb6d993666b0561adc0718cccd827a95d6885c0c555e7dc
script:
- go install golang.org/x/vuln/cmd/govulncheck@latest
- govulncheck ./...