diff --git a/src/Runtimes/Runtimes.php b/src/Runtimes/Runtimes.php index 0af94eb..c41837a 100644 --- a/src/Runtimes/Runtimes.php +++ b/src/Runtimes/Runtimes.php @@ -108,7 +108,7 @@ public function __construct(string $version = '') $this->runtimes['bun'] = $bun; $go = new Runtime('go', 'Go', 'sh helpers/server.sh'); - $go->addVersion('1.22', 'golang:1.22-alpine', 'openruntimes/go:'.$this->version.'-1.22', [System::X86, System::ARM64]); + $go->addVersion('1.23', 'golang:1.23-alpine', 'openruntimes/go:'.$this->version.'-1.23', [System::X86, System::ARM64]); $this->runtimes['go'] = $go; }