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

@@ -88,7 +88,7 @@ If needed, please make sure to back up your files from ```/etc/wireguard```.
For a full list of configuration options take a look at the source file [internal/server/configuration.go](internal/server/configuration.go#L58).
### Standalone
For a standalone application, use the Makefile provided in the repository to build the application. Go version 1.16 or higher has to be installed to build WireGuard Portal.
For a standalone application, use the Makefile provided in the repository to build the application. Go version 1.18 or higher has to be installed to build WireGuard Portal.
```shell
# show all possible make commands