diff --git a/go.mod b/go.mod index fa2da2864..f8fa84244 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/nuts-foundation/nuts-node // This is the minimal version, the actual go version is determined by the images in the Dockerfile // This version is used in automated tests such as the 'Scheduled govulncheck' action -go 1.26.3 +go 1.26.4 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1