Skip to content

Commit bcf5fc8

Browse files
authored
Update Go to 1.25.5 for CVE (#3955)
1 parent 05374d7 commit bcf5fc8

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-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.25.4-alpine AS builder
2+
FROM golang:1.25.5-alpine AS builder
33

44
ARG TARGETARCH
55
ARG TARGETOS

docs/pages/release_notes.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
Release 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
***************
617
Peanut (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
*************************
304326
Hazelnut update (v5.4.20)
305327
*************************

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.25.3
5+
go 1.25.5
66

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

0 commit comments

Comments
 (0)