Update Go version to 1.18, prepare release

This commit is contained in:
Christoph Haas
2023-02-19 00:07:38 +01:00
parent c5c6135793
commit 4b5e63c44b
7 changed files with 58 additions and 825 deletions

View File

@@ -10,7 +10,7 @@ If you want to build the binary yourself, use the following building instruction
### Building
This section describes how to build the WireGuard Portal code.
To compile the final binary, use the Makefile provided in the repository.
As WireGuard Portal is written in Go, **golang >= 1.16** must be installed prior to building.
As WireGuard Portal is written in Go, **golang >= 1.18** must be installed prior to building.
If you want to cross compile ARM binaries from AMD64 systems, install *arm-linux-gnueabi-gcc* (armv7) or *aarch64-linux-gnu-gcc* (arm64).
```