File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# golang alpine
2- FROM golang:1.25.5 -alpine AS builder
2+ FROM golang:1.25.6 -alpine AS builder
33
44ARG TARGETARCH
55ARG TARGETOS
Original file line number Diff line number Diff line change 33Release notes
44#############
55
6+ *************************
7+ Hazelnut update (v5.4.22)
8+ *************************
9+
10+ Release date: 2026-02-04
11+
12+ - Update Go version to fix https://pkg.go.dev/vuln/GO-2026-4340
13+
14+ **Full Changelog **: https://github.com/nuts-foundation/nuts-node/compare/v5.4.21...v5.4.22
15+
616*************************
717Hazelnut update (v5.4.21)
818*************************
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.5
5+ go 1.25.6
66
77require (
88 github.com/alicebob/miniredis/v2 v2.33.0
You can’t perform that action at this time.
0 commit comments