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.18.0-1989285564
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.18.1-2171178401
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 15, 2022

  1. Update versions-manifest

    459680 committed Mar 15, 2022
    Copy the full SHA
    8a0545c View commit details

Commits on Mar 16, 2022

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

    [versions-manifest] Update for release from 03/15/2022
    brcrista authored Mar 16, 2022
    Copy the full SHA
    b844ed6 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b97793e View commit details
  3. Merge pull request #51 from actions/ethanchewy/add-slack

    Add back slack notification
    ethanchewy authored Mar 16, 2022
    Copy the full SHA
    b591576 View commit details
Showing with 83 additions and 2 deletions.
  1. +8 −2 .github/workflows/get-go-versions.yml
  2. +75 −0 versions-manifest.json
10 changes: 8 additions & 2 deletions .github/workflows/get-go-versions.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,10 @@ jobs:
run: |
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
$message = "The following versions of '${{ env.TOOL_NAME }}' are available to upload: ${{ env.TOOL_VERSIONS }}\nLink to the pipeline: $pipelineUrl"
echo "$message"
./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" `
-ToolName "${{ env.TOOL_NAME }}" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" `
-Text "$message"
trigger_builds:
name: Trigger builds
@@ -88,4 +91,7 @@ jobs:
run: |
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
$message = "The build of the '${{ env.TOOL_NAME }}' detection pipeline failed :progress-error:\nLink to the pipeline: $pipelineUrl"
echo "$message"
./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" `
-ToolName "${{ env.TOOL_NAME }}" `
-Text "$message" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg"
75 changes: 75 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,54 @@
[
{
"version": "1.18.0",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.0-1989285564",
"files": [
{
"filename": "go-1.18.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.0-1989285564/go-1.18.0-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.0-1989285564/go-1.18.0-linux-x64.tar.gz"
},
{
"filename": "go-1.18.0-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.0-1989285564/go-1.18.0-win32-x64.zip"
}
]
},
{
"version": "1.17.8",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.8-1989286235",
"files": [
{
"filename": "go-1.17.8-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.8-1989286235/go-1.17.8-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.8-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.8-1989286235/go-1.17.8-linux-x64.tar.gz"
},
{
"filename": "go-1.17.8-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.8-1989286235/go-1.17.8-win32-x64.zip"
}
]
},
{
"version": "1.17.7",
"stable": true,
@@ -199,6 +249,31 @@
}
]
},
{
"version": "1.16.15",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.15-1989287126",
"files": [
{
"filename": "go-1.16.15-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.15-1989287126/go-1.16.15-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.15-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.15-1989287126/go-1.16.15-linux-x64.tar.gz"
},
{
"filename": "go-1.16.15-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.15-1989287126/go-1.16.15-win32-x64.zip"
}
]
},
{
"version": "1.16.14",
"stable": true,