[Ubuntu] Add Go 1.19 (#6019)

This commit is contained in:
Erik Bershel
2022-08-04 21:59:41 +02:00
committed by GitHub
parent 191165a280
commit 3f18bb3a7f
2 changed files with 4 additions and 2 deletions

View File

@@ -46,7 +46,8 @@
"versions": [
"1.16.*",
"1.17.*",
"1.18.*"
"1.18.*",
"1.19.*"
],
"default": "1.17.*"
},

View File

@@ -40,7 +40,8 @@
"platform" : "linux",
"versions": [
"1.17.*",
"1.18.*"
"1.18.*",
"1.19.*"
],
"default": "1.18.*"
},