config both editor.formatOnSave and editor.codeActionsOnSave in the settings.json:
"[go]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.organizeImports": false
},
},
"go.formatTool": "gofmt",