[ubuntu] remove go 1.17 (#7349)

This commit is contained in:
ilia-shipitsin
2023-03-29 17:09:46 +02:00
committed by GitHub
parent 7c61da51cf
commit 88c18714c9
2 changed files with 2 additions and 4 deletions

View File

@@ -45,12 +45,11 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.17.*",
"1.18.*", "1.18.*",
"1.19.*", "1.19.*",
"1.20.*" "1.20.*"
], ],
"default": "1.17.*" "default": "1.20.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",

View File

@@ -41,12 +41,11 @@
"arch": "x64", "arch": "x64",
"platform" : "linux", "platform" : "linux",
"versions": [ "versions": [
"1.17.*",
"1.18.*", "1.18.*",
"1.19.*", "1.19.*",
"1.20.*" "1.20.*"
], ],
"default": "1.18.*" "default": "1.20.*"
}, },
{ {
"name": "Ruby", "name": "Ruby",