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