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

@@ -1,4 +1,4 @@
FROM golang:1.21
FROM golang:1.22
MAINTAINER Michał Czeraszkiewicz <contact@czerasz.com>