misc: Update to golang 1.22

Ran:

go get -u ./...
go mod tidy

We also got rid of travis and simplified things a bit.
This commit is contained in:
James Shubin
2025-01-26 16:49:10 -05:00
parent d30ff6cfae
commit d30ea571f1
10 changed files with 308 additions and 391 deletions

View File

@@ -28,8 +28,9 @@ required for running the _test_ suite.
### Build
* `golang` 1.21 or higher (required, available in some distros and distributed
as a binary officially by [golang.org](https://golang.org/dl/))
* A modern `golang` version. The version available in the current Fedora
releases is usually supported. This is also distributed as a binary officially
by [golang.org](https://golang.org/dl/).
### Runtime

View File

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