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.17.4-1534216344
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.17.5-1559554870
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 3, 2021

  1. Copy the full SHA
    017e64a View commit details
Showing with 50 additions and 0 deletions.
  1. +50 −0 versions-manifest.json
50 changes: 50 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"version": "1.17.4",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.4-1534216344",
"files": [
{
"filename": "go-1.17.4-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.4-1534216344/go-1.17.4-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.4-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.4-1534216344/go-1.17.4-linux-x64.tar.gz"
},
{
"filename": "go-1.17.4-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.4-1534216344/go-1.17.4-win32-x64.zip"
}
]
},
{
"version": "1.17.3",
"stable": true,
@@ -99,6 +124,31 @@
}
]
},
{
"version": "1.16.11",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.11-1534217055",
"files": [
{
"filename": "go-1.16.11-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.11-1534217055/go-1.16.11-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.11-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.11-1534217055/go-1.16.11-linux-x64.tar.gz"
},
{
"filename": "go-1.16.11-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.11-1534217055/go-1.16.11-win32-x64.zip"
}
]
},
{
"version": "1.16.10",
"stable": true,