Compare commits

...

24 Commits

Author SHA1 Message Date
Marko Zivic
acce0a295a Merge pull request #52 from actions/aloviedo-patch-1
Create codeql-analysis.yml
2022-08-03 09:27:23 +02:00
github-actions[bot]
db588f6323 Update versions-manifest (#58)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-08-03 08:23:44 +03:00
github-actions[bot]
c3a220ac09 Update versions-manifest (#57)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-08-02 08:26:14 +03:00
github-actions[bot]
58362e99d6 Update versions-manifest (#56)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-07-13 14:42:59 +03:00
github-actions[bot]
82e37a11c9 Update versions-manifest (#55)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-06-02 09:30:33 +03:00
github-actions[bot]
57ea5543a0 Update versions-manifest (#54) 2022-05-11 12:27:52 +04:00
Marko Zivic
6ac541a152 Merge pull request #53 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 04/15/2022
2022-04-15 10:45:49 +02:00
Service account
710d16ce77 Update versions-manifest 2022-04-15 06:06:18 +00:00
aloviedo
a9a1e21f04 Create codeql-analysis.yml 2022-03-30 06:51:56 -07:00
Ethan Chiu
b591576203 Merge pull request #51 from actions/ethanchewy/add-slack
Add back slack notification
2022-03-16 10:26:42 -07:00
Ethan Chiu
b97793e13e Add back slack notification 2022-03-16 10:11:36 -07:00
Brian Cristante
b844ed6c6d Merge pull request #50 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/15/2022
2022-03-16 11:00:54 -04:00
Service account
8a0545cb70 Update versions-manifest 2022-03-15 21:23:15 +00:00
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
5 changed files with 736 additions and 14 deletions

70
.github/workflows/codeql-analysis.yml vendored Normal file
View File

@@ -0,0 +1,70 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '25 17 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'go' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
#- run: |
# make bootstrap
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

View File

@@ -55,6 +55,7 @@ jobs:
-ToolName "${{ env.TOOL_NAME }}" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" `
-Text "$message"
trigger_builds:
name: Trigger builds
runs-on: ubuntu-latest

View File

@@ -1,31 +1,32 @@
name: Validate manifest
on:
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
schedule:
- cron: '0 8,20 * * *'
pull_request:
branches:
- main
paths:
paths:
- 'versions-manifest.json'
env:
TOOL_NAME: "Go"
defaults:
run:
shell: pwsh
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,479 @@
[
{
"version": "1.19.0",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.19.0-2787043065",
"files": [
{
"filename": "go-1.19.0-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.0-2787043065/go-1.19.0-darwin-x64.tar.gz"
},
{
"filename": "go-1.19.0-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.0-2787043065/go-1.19.0-linux-x64.tar.gz"
},
{
"filename": "go-1.19.0-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.19.0-2787043065/go-1.19.0-win32-x64.zip"
}
]
},
{
"version": "1.18.5",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.5-2779742419",
"files": [
{
"filename": "go-1.18.5-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.5-2779742419/go-1.18.5-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.5-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.5-2779742419/go-1.18.5-linux-x64.tar.gz"
},
{
"filename": "go-1.18.5-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.5-2779742419/go-1.18.5-win32-x64.zip"
}
]
},
{
"version": "1.18.4",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.4-2661440883",
"files": [
{
"filename": "go-1.18.4-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.4-2661440883/go-1.18.4-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.4-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.4-2661440883/go-1.18.4-linux-x64.tar.gz"
},
{
"filename": "go-1.18.4-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.4-2661440883/go-1.18.4-win32-x64.zip"
}
]
},
{
"version": "1.18.3",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.3-2426432064",
"files": [
{
"filename": "go-1.18.3-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.3-2426432064/go-1.18.3-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.3-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.3-2426432064/go-1.18.3-linux-x64.tar.gz"
},
{
"filename": "go-1.18.3-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.3-2426432064/go-1.18.3-win32-x64.zip"
}
]
},
{
"version": "1.18.2",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.18.2-2305306834",
"files": [
{
"filename": "go-1.18.2-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-darwin-x64.tar.gz"
},
{
"filename": "go-1.18.2-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-linux-x64.tar.gz"
},
{
"filename": "go-1.18.2-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.18.2-2305306834/go-1.18.2-win32-x64.zip"
}
]
},
{
"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.13",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.13-2779743212",
"files": [
{
"filename": "go-1.17.13-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.13-2779743212/go-1.17.13-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.13-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.13-2779743212/go-1.17.13-linux-x64.tar.gz"
},
{
"filename": "go-1.17.13-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.13-2779743212/go-1.17.13-win32-x64.zip"
}
]
},
{
"version": "1.17.12",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.12-2661441620",
"files": [
{
"filename": "go-1.17.12-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.12-2661441620/go-1.17.12-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.12-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.12-2661441620/go-1.17.12-linux-x64.tar.gz"
},
{
"filename": "go-1.17.12-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.12-2661441620/go-1.17.12-win32-x64.zip"
}
]
},
{
"version": "1.17.11",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.11-2426432629",
"files": [
{
"filename": "go-1.17.11-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.11-2426432629/go-1.17.11-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.11-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.11-2426432629/go-1.17.11-linux-x64.tar.gz"
},
{
"filename": "go-1.17.11-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.11-2426432629/go-1.17.11-win32-x64.zip"
}
]
},
{
"version": "1.17.10",
"stable": true,
"release_url": "https://github.com/actions/go-versions/releases/tag/1.17.10-2305307626",
"files": [
{
"filename": "go-1.17.10-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-darwin-x64.tar.gz"
},
{
"filename": "go-1.17.10-linux-x64.tar.gz",
"arch": "x64",
"platform": "linux",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-linux-x64.tar.gz"
},
{
"filename": "go-1.17.10-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/go-versions/releases/download/1.17.10-2305307626/go-1.17.10-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,
"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 +524,181 @@
}
]
},
{
"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,
"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,