Compare commits

..

11 Commits

Author SHA1 Message Date
Brian Cristante
34306dce78 Merge pull request #49 from ethanchewy/patch-1
Comment out slack channel posting
2022-03-15 16:39:58 -04:00
Ethan Chiu
2e49d3e53d add logging for message contents 2022-03-15 11:57:09 -07:00
Ethan Chiu
c18c2ac1ac Comment out slack channel posting
To unblock future go builds immediately
2022-03-15 11:45:08 -07:00
github-actions[bot]
b2fe27c0b9 Update versions-manifest (#47)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-02-11 10:48:18 +03:00
github-actions[bot]
c27e49f619 Update versions-manifest (#46)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-01-07 22:12:10 +03:00
github-actions[bot]
9d9bd2c789 Update versions-manifest (#45)
Co-authored-by: Service account <no-reply@microsoft.com>
2021-12-09 20:03:07 +03:00
github-actions[bot]
017e64abe3 Update versions-manifest (#43) 2021-12-03 11:16:30 +03:00
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
4 changed files with 318 additions and 22 deletions

View File

@@ -51,10 +51,8 @@ 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"
./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"
echo "$message"
trigger_builds:
name: Trigger builds
runs-on: ubuntu-latest
@@ -90,7 +88,4 @@ 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"
./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"
echo "$message"

View File

@@ -1,16 +1,18 @@
name: Validate manifest
on:
schedule:
- cron: '0 8,20 * * *'
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
pull_request:
branches:
- main
paths:
paths:
- 'versions-manifest.json'
env:
TOOL_NAME: "Go"
defaults:
run:
shell: pwsh
@@ -18,14 +20,13 @@ defaults:
jobs:
validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
- 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 }}
- name: Validate python-versions manifest
run: .\helpers\packages-generation\manifest-validator.ps1 -ManifestPath '.\versions-manifest.json'
check_build:
name: Check validation for failures

Submodule helpers updated: e71d476320...6f1aa3ce73

View File

@@ -1,4 +1,154 @@
[
{
"version": "1.17.7",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.7-1828071684",
"files": [
{
"filename": "go-1.17.7-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.7-1828071684/go-1.17.7-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.7-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.7-1828071684/go-1.17.7-linux-x64.tar.gz"
},
{
"filename": "go-1.17.7-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.7-1828071684/go-1.17.7-win32-x64.zip"
}
]
},
{
"version": "1.17.6",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.6-1668090892",
"files": [
{
"filename": "go-1.17.6-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.6-1668090892/go-1.17.6-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.6-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.6-1668090892/go-1.17.6-linux-x64.tar.gz"
},
{
"filename": "go-1.17.6-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.6-1668090892/go-1.17.6-win32-x64.zip"
}
]
},
{
"version": "1.17.5",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.5-1559554870",
"files": [
{
"filename": "go-1.17.5-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.5-1559554870/go-1.17.5-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.5-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.5-1559554870/go-1.17.5-linux-x64.tar.gz"
},
{
"filename": "go-1.17.5-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.5-1559554870/go-1.17.5-win32-x64.zip"
}
]
},
{
"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,
"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,
@@ -49,6 +199,156 @@
}
]
},
{
"version": "1.16.14",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.14-1828072052",
"files": [
{
"filename": "go-1.16.14-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.14-1828072052/go-1.16.14-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.14-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.14-1828072052/go-1.16.14-linux-x64.tar.gz"
},
{
"filename": "go-1.16.14-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.14-1828072052/go-1.16.14-win32-x64.zip"
}
]
},
{
"version": "1.16.13",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.13-1668091716",
"files": [
{
"filename": "go-1.16.13-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.13-1668091716/go-1.16.13-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.13-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.13-1668091716/go-1.16.13-linux-x64.tar.gz"
},
{
"filename": "go-1.16.13-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.13-1668091716/go-1.16.13-win32-x64.zip"
}
]
},
{
"version": "1.16.12",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.16.12-1559555580",
"files": [
{
"filename": "go-1.16.12-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.12-1559555580/go-1.16.12-darwin-x64.tar.gz"
},
{
"filename": "go-1.16.12-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.12-1559555580/go-1.16.12-linux-x64.tar.gz"
},
{
"filename": "go-1.16.12-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.16.12-1559555580/go-1.16.12-win32-x64.zip"
}
]
},
{
"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,
"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,