misc: Move to new golang version

This commit is contained in:
James Shubin
2023-08-07 23:52:06 -04:00
parent 0dcfe027b0
commit 90e8e02b0c
8 changed files with 13 additions and 13 deletions

View File

@@ -39,7 +39,7 @@ You'll need some dependencies, including `golang`, and some associated tools.
#### Installing golang
* You need golang version 1.18 or greater installed.
* You need golang version 1.19 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)