Skip to content

Commit

Permalink
Remove go.122
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Aug 21, 2024
1 parent 0ade289 commit 0befa52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ 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 0befa52

Please sign in to comment.