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.11-6807963573
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.12-7112570703
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Nov 9, 2023

  1. Update versions-manifest (#93)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Nov 9, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2935e07 View commit details
Showing with 10 additions and 10 deletions.
  1. +10 −10 versions-manifest.json
20 changes: 10 additions & 10 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -2,31 +2,31 @@
{
"version": "1.21.4",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.4-6797960286",
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.4-6807962903",
"files": [
{
"filename": "go-1.21.4-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6797960286/go-1.21.4-darwin-arm64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6807962903/go-1.21.4-darwin-arm64.tar.gz"
},
{
"filename": "go-1.21.4-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6797960286/go-1.21.4-darwin-x64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6807962903/go-1.21.4-darwin-x64.tar.gz"
},
{
"filename": "go-1.21.4-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6797960286/go-1.21.4-linux-x64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6807962903/go-1.21.4-linux-x64.tar.gz"
},
{
"filename": "go-1.21.4-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6797960286/go-1.21.4-win32-x64.zip"
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.4-6807962903/go-1.21.4-win32-x64.zip"
}
]
},
@@ -145,31 +145,31 @@
{
"version": "1.20.11",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.11-6797962240",
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.11-6807963573",
"files": [
{
"filename": "go-1.20.11-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6797962240/go-1.20.11-darwin-arm64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6807963573/go-1.20.11-darwin-arm64.tar.gz"
},
{
"filename": "go-1.20.11-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6797962240/go-1.20.11-darwin-x64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6807963573/go-1.20.11-darwin-x64.tar.gz"
},
{
"filename": "go-1.20.11-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6797962240/go-1.20.11-linux-x64.tar.gz"
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6807963573/go-1.20.11-linux-x64.tar.gz"
},
{
"filename": "go-1.20.11-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6797962240/go-1.20.11-win32-x64.zip"
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.11-6807963573/go-1.20.11-win32-x64.zip"
}
]
},