Skip to content

Commit

Permalink
Merge pull request #71 from appwrite/feat-go-1.23
Browse files Browse the repository at this point in the history
Feat: Add go 1.23
  • Loading branch information
christyjacob4 authored Aug 21, 2024
2 parents b509b94 + 0befa52 commit 68ea5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 68ea5bc

Please sign in to comment.