mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
build: update to go1.20rc3 and make go1.17 the minimum required version
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//go:build !go1.17
|
||||
// +build !go1.17
|
||||
//go:build !go1.18
|
||||
// +build !go1.18
|
||||
|
||||
package fs
|
||||
|
||||
// Upgrade to Go version 1.17 to compile rclone - latest stable go
|
||||
// Upgrade to Go version 1.18 to compile rclone - latest stable go
|
||||
// compiler recommended.
|
||||
func init() { Go_version_1_17_required_for_compilation() }
|
||||
func init() { Go_version_1_18_required_for_compilation() }
|
||||
|
||||
Reference in New Issue
Block a user