diff --git a/build.go b/build.go index aab0c1a12..18454454e 100644 --- a/build.go +++ b/build.go @@ -59,7 +59,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: 11, Patch: 0}, // minimum Go version supported + MinVersion: GoVersion{Major: 1, Minor: 14, Patch: 0}, // minimum Go version supported } // Config configures the build.