Sync settinsg with restic, require Go >= 1.15

This commit is contained in:
Alexander Neumann
2022-04-15 09:38:08 +02:00
parent 8538ce7859
commit a87a50ad11
5 changed files with 25 additions and 10 deletions

View File

@@ -58,7 +58,7 @@ var config = Config{
Namespace: "github.com/restic/rest-server", // subdir of GOPATH, e.g. "github.com/foo/bar"
Main: "github.com/restic/rest-server/cmd/rest-server", // package name for the main package
Tests: []string{"./..."}, // tests to run
MinVersion: GoVersion{Major: 1, Minor: 14, Patch: 0}, // minimum Go version supported
MinVersion: GoVersion{Major: 1, Minor: 15, Patch: 0}, // minimum Go version supported
}
// Config configures the build.