rclone/fs/versioncheck.go
Anagh Kumar Baranwal 0ef0e908ca build: update to go1.21rc3 and make go1.19 the minimum required version
Signed-off-by: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com>
2023-07-16 10:09:25 +01:00

9 lines
201 B
Go

//go:build !go1.19
// +build !go1.19
package fs
// Upgrade to Go version 1.19 to compile rclone - latest stable go
// compiler recommended.
func init() { Go_version_1_19_required_for_compilation() }