File tree Expand file tree Collapse file tree 3 files changed +24
-2
lines changed
Expand file tree Collapse file tree 3 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# golang alpine
2- FROM golang:1.25.4 -alpine AS builder
2+ FROM golang:1.25.5 -alpine AS builder
33
44ARG TARGETARCH
55ARG TARGETOS
Original file line number Diff line number Diff line change 22Release notes
33#############
44
5+ ***************
6+ Peanut (v6.1.7)
7+ ***************
8+
9+ Release date: 2025-12-04
10+
11+ - Update Go version to fix https://pkg.go.dev/vuln/GO-2025-4175,
12+ https://pkg.go.dev/vuln/GO-2025-4155
13+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v6.1.6...v6.1.7
14+
15+
516***************
617Peanut (v6.1.6)
718***************
@@ -300,6 +311,17 @@ The following features have been deprecated:
300311- Network v1 API, to be removed
301312- VDR v1 API, replaced by VDR v2
302313
314+ *************************
315+ Hazelnut update (v5.4.21)
316+ *************************
317+
318+ Release date: 2025-12-04
319+
320+ - Update Go version to fix https://pkg.go.dev/vuln/GO-2025-4175,
321+ https://pkg.go.dev/vuln/GO-2025-4155
322+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v5.4.20...v5.4.21
323+
324+
303325*************************
304326Hazelnut update (v5.4.20)
305327*************************
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node
22
33// This is the minimal version, the actual go version is determined by the images in the Dockerfile
44// This version is used in automated tests such as the 'Scheduled govulncheck' action
5- go 1.25.3
5+ go 1.25.5
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.0
You can’t perform that action at this time.
0 commit comments