mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
|
Change: Require Go 1.20 for Solaris builds
|
||
|
|
||
|
Building restic on Solaris now requires Go 1.20, as the library used to access
|
||
|
Azure uses the mmap syscall, which is only available on Solaris starting from
|
||
|
Go 1.20.
|
||
|
|
||
|
All other platforms continue to build with Go 1.18.
|
||
|
|
||
|
https://github.com/restic/restic/pull/4201
|