Compare commits
6 Commits
1.16.15-19
...
1.18.2-230
Author | SHA1 | Date | |
---|---|---|---|
|
6ac541a152 | ||
|
710d16ce77 | ||
|
b591576203 | ||
|
b97793e13e | ||
|
b844ed6c6d | ||
|
8a0545cb70 |
10
.github/workflows/get-go-versions.yml
vendored
10
.github/workflows/get-go-versions.yml
vendored
@@ -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"
|
||||
|
@@ -1,4 +1,104 @@
|
||||
[
|
||||
{
|
||||
"version": "1.18.1",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.1-2171178401",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.18.1-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2171178401/go-1.18.1-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.18.1-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2171178401/go-1.18.1-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.18.1-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.1-2171178401/go-1.18.1-win32-x64.zip"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.9",
|
||||
"stable": true,
|
||||
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.9-2171178951",
|
||||
"files": [
|
||||
{
|
||||
"filename": "go-1.17.9-darwin-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "darwin",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2171178951/go-1.17.9-darwin-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.17.9-linux-x64.tar.gz",
|
||||
"arch": "x64",
|
||||
"platform": "linux",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2171178951/go-1.17.9-linux-x64.tar.gz"
|
||||
},
|
||||
{
|
||||
"filename": "go-1.17.9-win32-x64.zip",
|
||||
"arch": "x64",
|
||||
"platform": "win32",
|
||||
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.9-2171178951/go-1.17.9-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 +299,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,
|
||||
|
Reference in New Issue
Block a user