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.1-1220318589
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.2-1319360519
Choose a head ref
  • 11 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 1, 2021

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    307dc61 View commit details
  2. Changed test data

    Yuriy-Kukushkin authored Sep 1, 2021
    Copy the full SHA
    bf5a404 View commit details

Commits on Sep 2, 2021

  1. Removed event

    Yuriy-Kukushkin authored Sep 2, 2021
    Copy the full SHA
    7dad0a8 View commit details

Commits on Sep 9, 2021

  1. Added token

    Yuriy-Kukushkin authored Sep 9, 2021
    Copy the full SHA
    187f998 View commit details

Commits on Sep 10, 2021

  1. Update versions-manifest

    459680 committed Sep 10, 2021
    Copy the full SHA
    260b2b7 View commit details
  2. Merge pull request #38 from actions/update-versions-manifest-file

    [versions-manifest] Update for release from 09/10/2021
    MaksimZhukov authored Sep 10, 2021
    Copy the full SHA
    25beb00 View commit details

Commits on Sep 15, 2021

  1. Updated submodule

    Yuriy-Kukushkin committed Sep 15, 2021
    Copy the full SHA
    5735a29 View commit details
  2. Updated event

    Yuriy-Kukushkin authored Sep 15, 2021
    Copy the full SHA
    38f14f6 View commit details
  3. Merge pull request #37 from Yuriy-Kukushkin/main

    Move manifest validation pipeline from Azure DevOps
    MaksimZhukov authored Sep 15, 2021
    Copy the full SHA
    13c5817 View commit details

Commits on Oct 6, 2021

  1. Copy the full SHA
    91c89f7 View commit details

Commits on Oct 7, 2021

  1. Merge pull request #39 from nikolai-frolov/helpers-update

    Uptake of the latest changes for helpers submodule
    MaksimZhukov authored Oct 7, 2021
    Copy the full SHA
    6712407 View commit details
Showing with 98 additions and 1 deletion.
  1. +47 −0 .github/workflows/validate-manifest.yml
  2. +1 −1 helpers
  3. +50 −0 versions-manifest.json
47 changes: 47 additions & 0 deletions .github/workflows/validate-manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Validate manifest

on:
schedule:
- cron: '0 8,20 * * *'

pull_request:
branches:
- main
paths:
- 'versions-manifest.json'
env:
TOOL_NAME: "Go"
defaults:
run:
shell: pwsh

jobs:
validation:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Validate python-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestUrl https://raw.githubusercontent.com/actions/go-versions/main/versions-manifest.json -AccessToken ${{ secrets.GITHUB_TOKEN }}

check_build:
name: Check validation for failures
runs-on: ubuntu-latest
needs: [validation]
if: failure()
steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Send Slack notification if validation fails
run: |
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
$message = "The validation of go-versions manifest failed. \nLink to the pipeline: $pipelineUrl"
.\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"
2 changes: 1 addition & 1 deletion helpers
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.1",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.1-1220318589",
"files": [
{
"filename": "go-1.17.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.1-1220318589/go-1.17.1-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.1-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.1-1220318589/go-1.17.1-linux-x64.tar.gz"
},
{
"filename": "go-1.17.1-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.1-1220318589/go-1.17.1-win32-x64.zip"
}
]
},
{
"version": "1.17.0",
"stable": true,
@@ -24,6 +49,31 @@
}
]
},
{
"version": "1.16.8",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.8-1220319069",
"files": [
{
"filename": "go-1.16.8-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.8-1220319069/go-1.16.8-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.8-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.8-1220319069/go-1.16.8-linux-x64.tar.gz"
},
{
"filename": "go-1.16.8-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.8-1220319069/go-1.16.8-win32-x64.zip"
}
]
},
{
"version": "1.16.7",
"stable": true,