mirror of
https://github.com/actions/runner-images.git
synced 2026-01-06 18:19:54 +08:00
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:
@@ -65,7 +65,8 @@
|
||||
"versions": [
|
||||
"1.15.*",
|
||||
"1.16.*",
|
||||
"1.17.*"
|
||||
"1.17.*",
|
||||
"1.18.*"
|
||||
],
|
||||
"default": "1.16.*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user