From 5da1fbe39748a6e057c1eef02fb4eb6b124840b7 Mon Sep 17 00:00:00 2001 From: trashpile-shenanigans Date: Mon, 27 May 2024 23:53:52 +0300 Subject: [PATCH] Bump minimum required go version to 1.20 in documentation as required by quic-go dependency (#1138) --- CHANGELOG.md | 2 +- README.md | 2 +- contrib/msi/build-msi.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3fd33e..6e663441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -189,7 +189,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed -* Go 1.17 is now required to build Yggdrasil +* Go 1.20 is now required to build Yggdrasil ## [0.4.3] - 2022-02-06 diff --git a/README.md b/README.md index d0afae47..527c6c2d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ or tools in the `contrib` folder. If you want to build from source, as opposed to installing one of the pre-built packages: -1. Install [Go](https://golang.org) (requires Go 1.17 or later) +1. Install [Go](https://golang.org) (requires Go 1.20 or later) 2. Clone this repository 2. Run `./build` diff --git a/contrib/msi/build-msi.sh b/contrib/msi/build-msi.sh index 38b9b810..94d57147 100644 --- a/contrib/msi/build-msi.sh +++ b/contrib/msi/build-msi.sh @@ -1,7 +1,7 @@ #!/bin/sh # This script generates an MSI file for Yggdrasil for a given architecture. It -# needs to run on Windows within MSYS2 and Go 1.17 or later must be installed on +# needs to run on Windows within MSYS2 and Go 1.20 or later must be installed on # the system and within the PATH. This is ran currently by GitHub Actions (see # the workflows in the repository). #