From a10ed4ef73301f26b6c857ac7f6d404da804d164 Mon Sep 17 00:00:00 2001 From: itchyny Date: Thu, 8 Feb 2018 12:25:42 +0900 Subject: [PATCH] upgrade Go versions --- public/version-aliases/go.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/version-aliases/go.json b/public/version-aliases/go.json index d5924cf4c1..05e590af61 100644 --- a/public/version-aliases/go.json +++ b/public/version-aliases/go.json @@ -1,8 +1,8 @@ { "1.2.2": "1.2.2", - "1": "1.9.2", - "1.x": "1.9.2", - "1.x.x": "1.9.2", + "1": "1.9.4", + "1.x": "1.9.4", + "1.x.x": "1.9.4", "1.2.x": "1.2.2", "1.3.3": "1.3.3", "1.3.x": "1.3.3", @@ -14,10 +14,10 @@ "1.6.x": "1.6.4", "1.7.6": "1.7.6", "1.7.x": "1.7.6", - "1.8.5": "1.8.5", - "1.8.x": "1.8.5", - "1.9.2": "1.9.2", - "1.9.x": "1.9.2", + "1.8.7": "1.8.7", + "1.8.x": "1.8.7", + "1.9.4": "1.9.4", + "1.9.x": "1.9.4", "1.2": "1.2.2", "go1": "go1" -} \ No newline at end of file +}