mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:59:49 +00:00
Raise minimum Go version to 1.9
The golang.org/sys/crypto library uses math/bits, which was only introduced in Go 1.9.
This commit is contained in:
2
build.go
2
build.go
@@ -53,7 +53,7 @@ var config = Config{
|
||||
"github.com/restic/restic/internal/...",
|
||||
"github.com/restic/restic/cmd/...",
|
||||
},
|
||||
MinVersion: GoVersion{Major: 1, Minor: 8, Patch: 0}, // minimum Go version supported
|
||||
MinVersion: GoVersion{Major: 1, Minor: 9, Patch: 0}, // minimum Go version supported
|
||||
}
|
||||
|
||||
// Config configures the build.
|
||||
|
Reference in New Issue
Block a user