Skip to content

Commit

Permalink
[macOS] add go 1.22 (actions#9320)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-pyshnoi authored Feb 8, 2024
1 parent 68d16ce commit 04da57c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion images/macos/toolsets/toolset-12.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-13.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,17 @@
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
},
"arm64": {
"variable_template" : "GOROOT_{0}_{1}_ARM64",
"versions": [
"1.19.*",
"1.20.*",
"1.21.*"
"1.21.*",
"1.22.*"
]
}
}
Expand Down
6 changes: 4 additions & 2 deletions images/macos/toolsets/toolset-14.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*"
]
}
}
Expand Down

0 comments on commit 04da57c

Please sign in to comment.