I have go.mod file, with require, one of them if github.com/mattermost/mattermost-server v5.11.1+incompatible
but there is a new version of library in github, 5.17.1
.
I download latest version and work with it, but when i run go mod init
my go.mod contains 5.11.1+incompatible
version.
How do I configure the go.mod files to use the latest version ?