mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:59:49 +00:00
Remove all workarounds for Go < 1.11
This commit is contained in:
2
build.go
2
build.go
@@ -65,7 +65,7 @@ var config = Config{
|
||||
Main: "./cmd/restic", // package name for the main package
|
||||
DefaultBuildTags: []string{"selfupdate"}, // specify build tags which are always used
|
||||
Tests: []string{"./..."}, // tests to run
|
||||
MinVersion: GoVersion{Major: 1, Minor: 10, Patch: 0}, // minimum Go version supported
|
||||
MinVersion: GoVersion{Major: 1, Minor: 11, Patch: 0}, // minimum Go version supported
|
||||
}
|
||||
|
||||
// Config configures the build.
|
||||
|
Reference in New Issue
Block a user