Compare commits

...

15 Commits

Author SHA1 Message Date
github-actions[bot]
dfb38cff48 Update versions-manifest (#42)
Co-authored-by: Service account <no-reply@microsoft.com>
2021-11-05 18:30:41 +03:00
Nikolay Frolov
4e55ba98df Uptake of the latest changes for helpers submodule (#41) 2021-10-14 16:57:30 +03:00
MaksimZhukov
6e78c4b835 Merge pull request #40 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 10/08/2021
2021-10-08 11:13:29 +03:00
Service account
6ab1ee80cb Update versions-manifest 2021-10-08 07:29:44 +00:00
MaksimZhukov
6712407a7f Merge pull request #39 from nikolai-frolov/helpers-update
Uptake of the latest changes for helpers submodule
2021-10-07 11:08:51 +03:00
Nikolay Frolov
91c89f70d1 Uptake of the latest changes for helpers submodule 2021-10-06 18:10:57 +03:00
MaksimZhukov
13c5817e5c Merge pull request #37 from Yuriy-Kukushkin/main
Move manifest validation pipeline from Azure DevOps
2021-09-15 14:07:34 +03:00
Yuriy-Kukushkin
38f14f667d Updated event 2021-09-15 13:58:37 +03:00
Yuriy-Kukushkin
5735a29e98 Updated submodule 2021-09-15 11:16:57 +03:00
MaksimZhukov
25beb00b9f Merge pull request #38 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 09/10/2021
2021-09-10 10:58:51 +03:00
Service account
260b2b7fbc Update versions-manifest 2021-09-10 07:24:49 +00:00
Yuriy-Kukushkin
187f998b00 Added token 2021-09-09 18:02:16 +03:00
Yuriy-Kukushkin
7dad0a857d Removed event 2021-09-02 10:12:37 +03:00
Yuriy-Kukushkin
bf5a404e5b Changed test data 2021-09-01 22:19:40 +03:00
Yuriy-Kukushkin
307dc6197a Added validate-manifest.yml 2021-09-01 22:05:11 +03:00
3 changed files with 199 additions and 1 deletions

48
.github/workflows/validate-manifest.yml vendored Normal file
View File

@@ -0,0 +1,48 @@
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 -ManifestPath '.\versions-manifest.json'
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"

Submodule helpers updated: 1eaa091b65...6f1aa3ce73

View File

@@ -1,4 +1,79 @@
[ [
{
"version": "1.17.3",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.3-1425023214",
"files": [
{
"filename": "go-1.17.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-linux-x64.tar.gz"
},
{
"filename": "go-1.17.3-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.3-1425023214/go-1.17.3-win32-x64.zip"
}
]
},
{
"version": "1.17.2",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.2-1319360519",
"files": [
{
"filename": "go-1.17.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.2-1319360519/go-1.17.2-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.2-1319360519/go-1.17.2-linux-x64.tar.gz"
},
{
"filename": "go-1.17.2-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.2-1319360519/go-1.17.2-win32-x64.zip"
}
]
},
{
"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", "version": "1.17.0",
"stable": true, "stable": true,
@@ -24,6 +99,81 @@
} }
] ]
}, },
{
"version": "1.16.10",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.10-1425023617",
"files": [
{
"filename": "go-1.16.10-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.10-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-linux-x64.tar.gz"
},
{
"filename": "go-1.16.10-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.10-1425023617/go-1.16.10-win32-x64.zip"
}
]
},
{
"version": "1.16.9",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.9-1319361009",
"files": [
{
"filename": "go-1.16.9-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.9-1319361009/go-1.16.9-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.9-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.9-1319361009/go-1.16.9-linux-x64.tar.gz"
},
{
"filename": "go-1.16.9-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.9-1319361009/go-1.16.9-win32-x64.zip"
}
]
},
{
"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", "version": "1.16.7",
"stable": true, "stable": true,