bump required go version to 1.21

This commit is contained in:
Michael Eischer
2024-08-10 19:16:10 +02:00
parent 05571286b2
commit ad48751adb
11 changed files with 10 additions and 54 deletions
+1 -1
View File
@@ -58,7 +58,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: 18, Patch: 0}, // minimum Go version supported
MinVersion: GoVersion{Major: 1, Minor: 21, Patch: 0}, // minimum Go version supported
}
// Config configures the build.