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.8-6107262237
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.9-6465186081
Choose a head ref
  • 6 commits
  • 3 files changed
  • 5 contributors

Commits on Sep 7, 2023

  1. Update versions-manifest (#83)

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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6461f1d View commit details

Commits on Sep 19, 2023

  1. Update versions-manifest (#84)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Sep 19, 2023
    Copy the full SHA
    1871e11 View commit details

Commits on Sep 20, 2023

  1. Copy the full SHA
    9950b4c View commit details
  2. Merge pull request #85 from actions/deprecation-policy

    Add Support Notification Policy
    marko-zivic-93 authored Sep 20, 2023
    Copy the full SHA
    873008f View commit details

Commits on Sep 22, 2023

  1. Copy the full SHA
    278f715 View commit details
  2. Update versions-manifest (#87)

    Co-authored-by: Service account <no-reply@microsoft.com>
    github-actions[bot] and 459680 authored Sep 22, 2023
    Copy the full SHA
    54362b0 View commit details
Showing with 97 additions and 1 deletion.
  1. +3 −0 README.md
  2. +1 −1 helpers
  3. +93 −0 versions-manifest.json
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -11,5 +11,8 @@ Latest of LTS versions will be installed on the [runner-images](https://github.c
## Adding new versions
We are trying to prepare packages for new versions of Go as soon as they are released. Please open an issue in [actions/runner-images](https://github.com/actions/runner-images) if any versions are missing.

## Support Notification Policy
Beginning **approximately six months prior** to the removal of a Go version from the [versions-manifest.json](https://github.com/actions/go-versions/blob/main/versions-manifest.json) file, a pinned issue will be created in the [setup-go](https://github.com/actions/setup-go) repository. This pinned issue will provide important details about the upcoming end of support, including the specific date, as well as any other notes, relevant updates or alternatives. We encourage users to regularly check pinned issues for updates on tool versions they are using for maximum transparency, security, performance and overall compatibility with their projects.

## Contribution
Contributions are welcome! See [Contributor's Guide](./CONTRIBUTING.md) for more details about contribution process and code structure
2 changes: 1 addition & 1 deletion helpers
93 changes: 93 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
[
{
"version": "1.21.1",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.21.1-6107260229",
"files": [
{
"filename": "go-1.21.1-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.1-6107260229/go-1.21.1-darwin-arm64.tar.gz"
},
{
"filename": "go-1.21.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.1-6107260229/go-1.21.1-darwin-x64.tar.gz"
},
{
"filename": "go-1.21.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.1-6107260229/go-1.21.1-linux-x64.tar.gz"
},
{
"filename": "go-1.21.1-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.21.1-6107260229/go-1.21.1-win32-x64.zip"
}
]
},
{
"version": "1.21.0",
"stable": true,
@@ -24,6 +55,37 @@
}
]
},
{
"version": "1.20.8",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.20.8-6107262237",
"files": [
{
"filename": "go-1.20.8-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.8-6107262237/go-1.20.8-darwin-arm64.tar.gz"
},
{
"filename": "go-1.20.8-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.8-6107262237/go-1.20.8-darwin-x64.tar.gz"
},
{
"filename": "go-1.20.8-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.8-6107262237/go-1.20.8-linux-x64.tar.gz"
},
{
"filename": "go-1.20.8-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.20.8-6107262237/go-1.20.8-win32-x64.zip"
}
]
},
{
"version": "1.20.7",
"stable": true,
@@ -230,6 +292,37 @@
}
]
},
{
"version": "1.19.13",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.13-6107263891",
"files": [
{
"filename": "go-1.19.13-darwin-arm64.tar.gz",
"arch": "arm64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.13-6107263891/go-1.19.13-darwin-arm64.tar.gz"
},
{
"filename": "go-1.19.13-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.13-6107263891/go-1.19.13-darwin-x64.tar.gz"
},
{
"filename": "go-1.19.13-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.13-6107263891/go-1.19.13-linux-x64.tar.gz"
},
{
"filename": "go-1.19.13-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.13-6107263891/go-1.19.13-win32-x64.zip"
}
]
},
{
"version": "1.19.12",
"stable": true,