mirror of
https://github.com/actions/go-versions.git
synced 2026-01-29 13:38:39 +00:00
Compare commits
10 Commits
test-arm64
...
1.23.6-131
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d59cdd7bec | ||
|
|
8c6bd21140 | ||
|
|
8b69c18c83 | ||
|
|
7528b68851 | ||
|
|
ad007a1a71 | ||
|
|
070c2a1b84 | ||
|
|
06b75e6f50 | ||
|
|
435e8c8778 | ||
|
|
ef611dd539 | ||
|
|
b1013e0081 |
2
.github/workflows/build-go-packages.yml
vendored
2
.github/workflows/build-go-packages.yml
vendored
@@ -23,7 +23,7 @@ on:
|
||||
jobs:
|
||||
go:
|
||||
name: Go
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@test-arm64
|
||||
uses: actions/versions-package-tools/.github/workflows/build-tool-packages.yml@main
|
||||
with:
|
||||
tool-name: "go"
|
||||
tool-version: ${{ inputs.VERSION || '1.19.0' }}
|
||||
|
||||
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -13,4 +13,4 @@ jobs:
|
||||
name: CodeQL analysis
|
||||
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
||||
with:
|
||||
languages: "['go']"
|
||||
languages: '["go"]'
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
Import-Module (Join-Path $PSScriptRoot "../helpers/pester-extensions.psm1")
|
||||
Import-Module (Join-Path $PSScriptRoot "../helpers/common-helpers.psm1")
|
||||
|
||||
BeforeAll {
|
||||
Describe "Go" {
|
||||
|
||||
BeforeAll {
|
||||
Set-Location -Path "source"
|
||||
$sourceLocation = Get-Location
|
||||
|
||||
@@ -18,7 +20,6 @@ BeforeAll {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Go" {
|
||||
It "is available" {
|
||||
"go version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -43,15 +44,9 @@ Describe "Go" {
|
||||
$goPath.startsWith($expectedPath) | Should -BeTrue -Because "'$goPath' is not started with '$expectedPath'"
|
||||
}
|
||||
|
||||
It "cached version is used without downloading" {
|
||||
Write-Host "Runner Type: $env:RUNNER_TYPE"
|
||||
if ($env:RUNNER_TYPE -eq "GitHub") {
|
||||
# Analyze output of previous steps to check if Go was consumed from cache or downloaded
|
||||
$useGoLogFile = Get-UseGoLogs
|
||||
$useGoLogFile | Should -Exist
|
||||
$useGoLogContent = Get-Content $useGoLogFile -Raw
|
||||
$useGoLogContent | Should -Match "Found in cache"
|
||||
} elseif ($env:RUNNER_TYPE -eq "self-hosted"){
|
||||
It "cached version is used without downloading" {
|
||||
|
||||
if ($env:RUNNER_TYPE -eq "self-hosted") {
|
||||
# Get the installed version of Go
|
||||
$goVersion = Invoke-Expression "go version"
|
||||
# Check if Go is installed
|
||||
@@ -61,7 +56,13 @@ Describe "Go" {
|
||||
$installedVersion = $installedVersion -replace "go", "" -replace "v", ""
|
||||
$expectedVersion = $env:VERSION -replace ".0", ""
|
||||
$installedVersion | Should -BeLike "$expectedVersion*"
|
||||
}
|
||||
}else {
|
||||
# Analyze output of previous steps to check if Go was consumed from cache or downloaded
|
||||
$useGoLogFile = Get-UseGoLogs
|
||||
$useGoLogFile | Should -Exist
|
||||
$useGoLogContent = Get-Content $useGoLogFile -Raw
|
||||
$useGoLogContent | Should -Match "Found in cache"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,563 @@
|
||||
[
|
||||
{
|
||||
"version": "1.23.5",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.5-12821973241",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.5-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.5-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.5-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.5-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.5-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.5-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.5-12821973241/go-1.23.5-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.4",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.4-12152391001",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.4-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.4-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.4-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.4-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.4-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.4-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.4-12152391001/go-1.23.4-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.3",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.3-11715912308",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.3-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.3-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.3-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.3-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.3-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.3-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.3-11715912308/go-1.23.3-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.2",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.2-11145922912",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.2-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.2-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.2-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.2-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.2-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.2-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.2-11145922912/go-1.23.2-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.1-10732274656",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.1-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.1-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.1-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.1-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.1-10732274656/go-1.23.1-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.23.0",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.23.0-10380775229",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.23.0-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.0-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.0-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.0-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.0-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.23.0-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.23.0-10380775229/go-1.23.0-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.11",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.11-12821975800",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.11-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.11-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.11-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.11-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.11-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.11-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.11-12821975800/go-1.22.11-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.10",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.10-12152392913",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.10-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.10-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.10-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.10-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.10-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.10-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.10-12152392913/go-1.22.10-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.9",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.9-11715914133",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.9-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.9-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.9-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.9-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.9-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.9-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.9-11715914133/go-1.22.9-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.8",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.8-11145926346",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.8-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.8-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.8-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.8-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.8-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.8-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.8-11145926346/go-1.22.8-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.7",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.7-10732276384",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.7-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.7-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.7-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.7-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.7-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.7-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.7-10732276384/go-1.22.7-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.6",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.6-10277903759",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.6-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.6-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.6-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.6-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.6-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.6-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.6-10277903759/go-1.22.6-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.5",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.22.5-9771837482",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.22.5-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.5-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.5-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.5-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.5-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.22.5-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.22.5-9771837482/go-1.22.5-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.22.4",
|
||||
"stable": true,
|
||||
@@ -190,6 +749,92 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.21.13",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.13-10277905115",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.21.13-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.13-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.13-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.13-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.13-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.13-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.13-10277905115/go-1.21.13-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.21.12",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.12-9771838613",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.21.12-darwin-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-darwin-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.12-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.12-linux-arm64.tar.gz",
|
||||
"arch": "arm64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-linux-arm64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.12-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.12-win32-arm64.zip",
|
||||
"arch": "arm64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-win32-arm64.zip"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.21.12-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.12-9771838613/go-1.21.12-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "1.21.11",
|
||||
"stable": true,
|
||||
|
||||
Reference in New Issue
Block a user