mirror of
https://github.com/restic/rest-server.git
synced 2026-04-05 17:51:39 -07:00
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
Change: Update dependencies and require Go 1.18 or newer
|
|
|
|
Most dependencies have been updated. Since some libraries require newer language
|
|
features, support for Go 1.17 has been dropped, which means that rest-server
|
|
now requires at least Go 1.18 to build.
|
|
|
|
https://github.com/restic/rest-server/pull/267
|