[macOS] remove unused go version from toolset (#9322)

This commit is contained in:
Mikhail Koliada
2024-02-08 14:56:43 +01:00
committed by GitHub
parent bd5782ca77
commit 213dba8dd6
2 changed files with 0 additions and 6 deletions

View File

@@ -211,9 +211,6 @@
} }
} }
], ],
"go": {
"default": "1.20"
},
"node": { "node": {
"default": "20" "default": "20"
}, },

View File

@@ -184,9 +184,6 @@
} }
} }
], ],
"go": {
"default": "1.20"
},
"node": { "node": {
"default": "20" "default": "20"
}, },