Update Go to version 1.18.* (#5261)

* changed go default version to v1.16

* removed mac changes

* added go 1.18 and move default version to 1.17

* fixed default version in readme

* update ubuntu2004 readme to golang 1.17.8

* removed changes on readme and moved default version back to 1.15
This commit is contained in:
giacomofurlan
2022-03-25 14:58:49 +03:00
committed by GitHub
parent fcb51fbe6d
commit 4a39d1de00
5 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -44,7 +44,8 @@
"versions": [
"1.15.*",
"1.16.*",
"1.17.*"
"1.17.*",
"1.18.*"
],
"default": "1.15.*"
},
+2 -1
View File
@@ -46,7 +46,8 @@
"versions": [
"1.15.*",
"1.16.*",
"1.17.*"
"1.17.*",
"1.18.*"
],
"default": "1.15.*"
},
+2 -1
View File
@@ -72,7 +72,8 @@
"versions": [
"1.15.*",
"1.16.*",
"1.17.*"
"1.17.*",
"1.18.*"
],
"default": "1.15.*"
}
+2 -1
View File
@@ -73,7 +73,8 @@
"versions": [
"1.15.*",
"1.16.*",
"1.17.*"
"1.17.*",
"1.18.*"
],
"default": "1.15.*"
}
+2 -1
View File
@@ -65,7 +65,8 @@
"versions": [
"1.15.*",
"1.16.*",
"1.17.*"
"1.17.*",
"1.18.*"
],
"default": "1.16.*"
}