From 28ae54b5ca79b463cbba6770228e1e9a31ee3880 Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Thu, 16 May 2024 14:40:49 +0000 Subject: [PATCH] feat(BRIDGE-16): bump version Go 1.21.9 Qt 6.4.3. --- BUILDS.md | 2 +- go.mod | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDS.md b/BUILDS.md index 175fc96c..3e60fefd 100644 --- a/BUILDS.md +++ b/BUILDS.md @@ -3,7 +3,7 @@ ## Prerequisites * 64-bit OS: - the go-rfc5322 module cannot currently be compiled for 32-bit OSes -* Go 1.21.6 +* Go 1.21.9 * Bash with basic build utils: make, gcc, sed, find, grep, ... - For Windows, it is recommended to use MinGW 64bit shell from [MSYS2](https://www.msys2.org/) * GCC (Linux), msvc (Windows) or Xcode (macOS) diff --git a/go.mod b/go.mod index 151c8a66..c3351eeb 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/ProtonMail/proton-bridge/v3 go 1.21 +toolchain go1.21.9 + require ( github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557 github.com/Masterminds/semver/v3 v3.2.0