dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
670 stars 26 forks source link

misc: Upgrade Go to v1.21 #340

Closed adamantike closed 3 months ago

adamantike commented 3 months ago

Upgrade to 1.21 as 1.20 is now unmaintained.

Most changes are related to the new slices package from standard library, which can replace some existing custom functions.