From 105ea4de0d05b67882c50c43ab2a9508d54e121c Mon Sep 17 00:00:00 2001 From: Atanas Janeshliev Date: Mon, 20 Jan 2025 11:12:35 +0000 Subject: [PATCH] feat(BRIDGE-226): bump version Go 1.23.4 Qt 6.4.3. --- BUILDS.md | 2 +- go.mod | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDS.md b/BUILDS.md index 3e60fefd..898e7c50 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.9 +* Go 1.23.4 * 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 723d7322..7476bda0 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/ProtonMail/proton-bridge/v3 -go 1.21 +go 1.23 -toolchain go1.21.9 +toolchain go1.23.4 require ( github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557