mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 20:37:49 +00:00
8 lines
314 B
Plaintext
8 lines
314 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 however continue to build with Go 1.18.
|
|
|
|
https://github.com/restic/restic/pull/4201
|