You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/internal/oauth
Daenney 3a369d834a
[chore] Upgrade our Go version to 1.22 (#2862)
* [chore] Upgrade our Go version to 1.22

With Go 1.22 having been released at the start of February, it's now
been a few months. No major issues have shown up, and the two point
release since then have primarily been security fixes plus some general
bug fixing.

This sets the required Go version to 1.22, as there's nothing in 1.22.1
or 1.22.2 that we would explicitly require. It sets the toolchain to the
latest point release, to ensure we pick up any fixes from there when
building releases etc.

* [chore] Update CI to Go 1.22

* [chore] Update golangci-lint to 1.25.7

Newer version should know about Go 1.22 and run fine.

* [chore] Update Docker container to Go 1.22

* [chore] Update Dockerfile to newer Alpine version

* sign drone.yml

* add missing license header

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
8 months ago
..
clientstore.go [performance] cached oauth database types (#2838) 8 months ago
clientstore_test.go [chore] Improve copyright header handling (#1608) 2 years ago
errors.go [performance] cached oauth database types (#2838) 8 months ago
oauth_test.go [chore] Improve copyright header handling (#1608) 2 years ago
server.go [performance] cached oauth database types (#2838) 8 months ago
tokenstore.go [performance] cached oauth database types (#2838) 8 months ago
tokenstore_test.go [chore] Improve copyright header handling (#1608) 2 years ago
util.go [chore] Upgrade our Go version to 1.22 (#2862) 8 months ago