Skip to content

Commit 68ea5bc

Browse files
Merge pull request #71 from appwrite/feat-go-1.23
Feat: Add go 1.23
2 parents b509b94 + 0befa52 commit 68ea5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runtimes/Runtimes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function __construct(string $version = '')
108108
$this->runtimes['bun'] = $bun;
109109

110110
$go = new Runtime('go', 'Go', 'sh helpers/server.sh');
111-
$go->addVersion('1.22', 'golang:1.22-alpine', 'openruntimes/go:'.$this->version.'-1.22', [System::X86, System::ARM64]);
111+
$go->addVersion('1.23', 'golang:1.23-alpine', 'openruntimes/go:'.$this->version.'-1.23', [System::X86, System::ARM64]);
112112
$this->runtimes['go'] = $go;
113113
}
114114

0 commit comments

Comments
 (0)