diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 11104b8..3ddb0b9 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -60,7 +60,7 @@ "go.lintOnSave": "package", "editor.formatOnSave": true, "go.toolsEnvVars": { - "CGO_ENABLED": 0 + "CGO_ENABLED": "0" }, "go.testEnvVars": { "": "", @@ -74,4 +74,5 @@ "go.coverOnSingleTestFile": true, "go.coverOnTestPackage": true } -} \ No newline at end of file +} +