Skip to content

Commit ca37ca7

Browse files
authored
Backport v6.0: upgrade min go version to 1.23.6 to fix std lib crypto vulnerabilities (#3685)
* Backport v6.0: upgrade min go version to 1.23.6 to fix std lib crypto vulnerabilities
1 parent 9feb5dd commit ca37ca7

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# golang alpine
2-
FROM golang:1.23.5-alpine AS builder
2+
FROM golang:1.23.6-alpine AS builder
33

44
ARG TARGETARCH
55
ARG TARGETOS

docs/pages/release_notes.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Release 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
***************
616
Peanut (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
*************************
181201
Hazelnut update (v5.4.14)
182202
*************************

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.16.0

0 commit comments

Comments
 (0)