misc, docs: Move to golang 1.18

Hopefully this fixes some yucky things.
This commit is contained in:
James Shubin
2022-08-16 20:15:12 -04:00
parent d547c39a16
commit aff6331211
11 changed files with 108 additions and 70 deletions

View File

@@ -37,7 +37,7 @@ You'll need some dependencies, including `golang`, and some associated tools.
#### Installing golang
* You need golang version 1.17 or greater installed.
* You need golang version 1.18 or greater installed.
* To install on rpm style systems: `sudo dnf install golang`
* To install on apt style systems: `sudo apt install golang`
* To install on macOS systems install [Homebrew](https://brew.sh)