rclone/fs/versioncheck.go
Nick Craig-Wood ddecfe6e77 build: make go1.23 the minimum go version
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
2025-02-26 18:00:58 +00:00

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() }