Skip to content

Commit

Permalink
go: add 1.23.x, update 1.22.x. (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugosantos authored Jan 6, 2025
1 parent a8b484b commit a0dc68d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 20 deletions.
31 changes: 12 additions & 19 deletions internal/sdk/golang/gosdk.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
{
"versions": {
"1.22.4": "1.22.4",
"1.22": "1.22.2",
"1.21": "1.21.9"
"1.23": "1.23.4",
"1.22": "1.22.10"
},
"artifacts": {
"1.22.4": {
"linux/amd64": "ba79d4526102575196273416239cca418a651e049c2b099f3159db85e7bade7d",
"linux/arm64": "a8e177c354d2e4a1b61020aca3562e27ea3e8f8247eca3170e3fa1e0c2f9e771",
"darwin/amd64": "c95967f50aa4ace34af0c236cbdb49a9a3e80ee2ad09d85775cb4462a5c19ed3",
"darwin/arm64": "242b78dc4c8f3d5435d28a0d2cec9b4c1aa999b601fb8aa59fb4e5a1364bf827"
"1.23.4": {
"linux/amd64": "6924efde5de86fe277676e929dc9917d466efa02fb934197bc2eba35d5680971",
"linux/arm64": "16e5017863a7f6071363782b1b8042eb12c6ca4f4cd71528b2123f0a1275b13e",
"darwin/amd64": "6700067389a53a1607d30aa8d6e01d198230397029faa0b109e89bc871ab5a0e",
"darwin/arm64": "87d2bb0ad4fe24d2a0685a55df321e0efe4296419a9b3de03369dbe60b8acd3a"
},
"1.22.2": {
"linux/amd64": "5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17",
"linux/arm64": "36e720b2d564980c162a48c7e97da2e407dfcc4239e1e58d98082dfa2486a0c1",
"darwin/amd64": "33e7f63077b1c5bce4f1ecadd4d990cf229667c40bfb00686990c950911b7ab7",
"darwin/arm64": "660298be38648723e783ba0398e90431de1cb288c637880cdb124f39bd977f0d"
},
"1.21.9": {
"linux/amd64": "f76194c2dc607e0df4ed2e7b825b5847cb37e34fc70d780e2f6c7e805634a7ea",
"linux/arm64": "4d169d9cf3dde1692b81c0fd9484fa28d8bc98f672d06bf9db9c75ada73c5fbc",
"darwin/amd64": "c0599a349b8d4a1afa3a1721478bb21136ab96c0d75b5f0a0b5fdc9e3b736880",
"darwin/arm64": "3411600bd7596c57ae29cfdb4978e5d45cafa3f428a44a526ad5a2d5ad870506"
"1.22.10": {
"linux/amd64": "736ce492a19d756a92719a6121226087ccd91b652ed5caec40ad6dbfb2252092",
"linux/arm64": "5213c5e32fde3bd7da65516467b7ffbfe40d2bb5a5f58105e387eef450583eec",
"darwin/amd64": "dd2c4ac3702658c2c20e3a8b394da1917d86156b2cb4312c9d2f657f80067874",
"darwin/arm64": "21cf49415ffe0755b45f2b63e75d136528a32f7bb7bdd0166f51d22a03eb0a3f"
}
}
}
2 changes: 1 addition & 1 deletion internal/versions/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"api_version": 138,
"api_version": 139,
"minimum_api_version": 40,
"cache_version": 1
}

0 comments on commit a0dc68d

Please sign in to comment.