diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f277c58c..7376684f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -46,16 +46,13 @@ } }, "gopls": { - "build.buildFlags": [ - "-tags", - "" - ], "usePlaceholders": false, "staticcheck": true }, "go.lintTool": "golangci-lint", "go.lintOnSave": "package", "editor.formatOnSave": true, + "go.buildTags": "linux", "go.toolsEnvVars": { "CGO_ENABLED": "0" },