Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/go-versions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.20.13-7474096229
Choose a base ref
...
head repository: actions/go-versions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.20.14-7809684997
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 10, 2024

  1. Update versions-manifest

    459680 committed Jan 10, 2024
    Copy the full SHA
    2344cc8 View commit details

Commits on Jan 16, 2024

  1. Merge pull request #95 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 01/10/2024
    HarithaVattikuti authored Jan 16, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    de9a0fc View commit details
Showing with 62 additions and 0 deletions.
  1. +62 −0 versions-manifest.json
62 changes: 62 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"version": "1.21.6",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.6-7474093871",
"files": [
{
"filename": "go-1.21.6-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.6-7474093871/go-1.21.6-darwin-arm64.tar.gz"
},
{
"filename": "go-1.21.6-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.6-7474093871/go-1.21.6-darwin-x64.tar.gz"
},
{
"filename": "go-1.21.6-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.6-7474093871/go-1.21.6-linux-x64.tar.gz"
},
{
"filename": "go-1.21.6-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.6-7474093871/go-1.21.6-win32-x64.zip"
}
]
},
{
"version": "1.21.5",
"stable": true,
@@ -173,6 +204,37 @@
}
]
},
{
"version": "1.20.13",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.13-7474096229",
"files": [
{
"filename": "go-1.20.13-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.13-7474096229/go-1.20.13-darwin-arm64.tar.gz"
},
{
"filename": "go-1.20.13-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.13-7474096229/go-1.20.13-darwin-x64.tar.gz"
},
{
"filename": "go-1.20.13-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.13-7474096229/go-1.20.13-linux-x64.tar.gz"
},
{
"filename": "go-1.20.13-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.13-7474096229/go-1.20.13-win32-x64.zip"
}
]
},
{
"version": "1.20.12",
"stable": true,