File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11# golang alpine
2- FROM golang:1.23.5 -alpine AS builder
2+ FROM golang:1.23.6 -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.0.8)
7+ ***************
8+
9+ Release date: 2025-02-07
10+
11+ - Update minimal GO version to 1.23.6 to fix vulnerabilities in standard library crypto package.
12+
13+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v6.0.7...v6.0.8
14+
515***************
616Peanut (v6.0.7)
717***************
@@ -177,6 +187,16 @@ The following features have been deprecated:
177187- Network v1 API, to be removed
178188- VDR v1 API, replaced by VDR v2
179189
190+ *************************
191+ Hazelnut update (v5.4.15)
192+ *************************
193+
194+ Release date: 2025-02-07
195+
196+ - Update minimal GO version to 1.23.6 to fix vulnerabilities in standard library crypto package.
197+
198+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v5.4.14...v5.4.15
199+
180200*************************
181201Hazelnut update (v5.4.14)
182202*************************
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.23.5
5+ go 1.23.6
66
77require (
88 github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0
You can’t perform that action at this time.
0 commit comments