diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index e02723f8b..e1a6ae455 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -281,7 +281,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } } diff --git a/images/macos/toolsets/toolset-13.json b/images/macos/toolsets/toolset-13.json index 729375c77..e2e71afa4 100644 --- a/images/macos/toolsets/toolset-13.json +++ b/images/macos/toolsets/toolset-13.json @@ -186,7 +186,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] }, "arm64": { @@ -194,7 +195,8 @@ "versions": [ "1.19.*", "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } } diff --git a/images/macos/toolsets/toolset-14.json b/images/macos/toolsets/toolset-14.json index 6397d24b9..09f86dad7 100644 --- a/images/macos/toolsets/toolset-14.json +++ b/images/macos/toolsets/toolset-14.json @@ -160,14 +160,16 @@ "variable_template" : "GOROOT_{0}_{1}_X64", "versions": [ "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] }, "arm64": { "variable_template" : "GOROOT_{0}_{1}_ARM64", "versions": [ "1.20.*", - "1.21.*" + "1.21.*", + "1.22.*" ] } }