mirror of
https://github.com/rclone/rclone.git
synced 2025-03-04 10:22:08 +01:00
This is necessary now that golang.org/x/crypto is only allowing the last two versions of Go. See: https://go.googlesource.com/crypto/+/89ff08d67c4d79f9ac619aaf1f7388888798651f
8 lines
183 B
Go
8 lines
183 B
Go
//go:build !go1.23
|
|
|
|
package fs
|
|
|
|
// Upgrade to Go version 1.23 to compile rclone - latest stable go
|
|
// compiler recommended.
|
|
func init() { Go_version_1_23_required_for_compilation() }
|