Skip to content

Commit 0718ffa

Browse files
committed
build(toolchain): bump to v1.25.10 to resolve 34 CVEs
Found by govulncheck
1 parent 79ffcd3 commit 0718ffa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
matrix:
9393
include:
9494
- go: "1.25"
95-
image: golang@sha256:298734aec230b5f3e8cee450ce6d7eccc39f1797ba548ee90d57e9803030c6c3 # 1.25-bookworm
95+
image: golang@sha256:3ab92099ea4da8f4e73c67666ce1a737ff5bff44a24431be0d8ac9f0af9bcf7d # 1.25.10-trixie
9696
- go: "1.26"
9797
image: golang@sha256:a085df697019cb63b40a70f6a92b948f7dc9df96dfcb2c20ba6eed25ce28f5b3 # 1.26.3-trixie
9898
# Allow the 1.25 job to fail on PRs labelled go/1.26 (code requires 1.26+).

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ionos-cloud/cluster-api-provider-proxmox
22

3-
go 1.25.0
3+
go 1.25.10
44

55
replace (
66
github.com/golangci/golangci-lint/v2 => github.com/golangci/golangci-lint/v2 v2.9.0

0 commit comments

Comments
 (0)