mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
66d50b72e3
The library github.com/golang-jwt/jwt/v4 requires the FillByte() method of *big.Int, so we're raising the minimum Go version to 1.15.
8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
Change: Update dependencies and require Go 1.15 or newer
|
|
|
|
We've updated most dependencies. Since some libraries require newer language
|
|
features we're dropping support for Go 1.14 and restic now requires at least Go
|
|
1.15 to build.
|
|
|
|
https://github.com/restic/restic/issues/3680
|