From 15ac721506bfe3db5b3136d828269c4b22ffbdd8 Mon Sep 17 00:00:00 2001 From: Ivar Derksen Date: Tue, 19 Mar 2024 12:32:36 +0100 Subject: [PATCH] Chore: update go toolchain to 1.22.1 --- CHANGELOG.md | 3 +++ go.mod | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b36d12f1..12c25b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Security +- Update go toolchain to 1.22.1 + ### Internal - Fix sqlserver tests in GitHub Actions workflow diff --git a/go.mod b/go.mod index 5a19cd53..355875c5 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/privacybydesign/irmago go 1.21 -toolchain go1.21.5 +toolchain go1.22.1 require ( github.com/alexandrevicenzi/go-sse v1.6.0