mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
* Added - golang version validation. * Updated error message to include the minor version that is supported. * Fixed issue with variable. * Renamed variable. * Added - golang version validation. Added validation for major and minor versions of go. * Fixed the way the validation is performed. * Changed function declaration (define validate_go_version) to a target (validate_go_version). * remove unneeded call to validate_go_version * [16331] Migrated Channel.SaveMember to sync by default (#10613) * Used require.Nil to check for err variable instaed of using panic with if statement. * Used require.Nil to check for err variable instaed of using panic with if statement in user_store * fixed errors about shadowing with err variable. * Fixed issue with vet tool validation. * Fixed go fmt tool validation.