From 1f0c890e8e676fb33a2ae53edfc33e80870dc252 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Fri, 15 Dec 2023 13:02:59 +0100 Subject: [PATCH] Security: update go toolchain to 1.21.5 --- CHANGELOG.md | 2 ++ go.mod | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea84fab..0c17d536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Security +- Update go toolchain to 1.21.5 ## [0.15.0] - 2023-12-11 ### Added diff --git a/go.mod b/go.mod index 44b2dd45..aec2fe7e 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/privacybydesign/irmago go 1.21 -toolchain go1.21.3 +toolchain go1.21.5 require ( github.com/alexandrevicenzi/go-sse v1.6.0