Thanks for the release!
Regarding newly added verify_test.go
https://github.com/rclone/rclone/blob/master/cmd/selfupdate/verify_test.go, shouldn't we prepend
//go:build !noselfupdate
// +build !noselfupdate
to respect the build tag like others in cmd/selfupdate
?