Skip to content

Commit

Permalink
Add go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Aug 21, 2024
1 parent b509b94 commit 0ade289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Runtimes/Runtimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function __construct(string $version = '')

$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 0ade289

Please sign in to comment.