Skip to content

Commit 690124d

Browse files
authored
Merge pull request #19 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 11/06/2020
2 parents e89bc70 + 5d20670 commit 690124d

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

versions-manifest.json

+50
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"version": "1.15.4",
4+
"stable": true,
5+
"release_url": "https://github.com/actions/go-versions/releases/tag/1.15.4-349041590",
6+
"files": [
7+
{
8+
"filename": "go-1.15.4-darwin-x64.tar.gz",
9+
"arch": "x64",
10+
"platform": "darwin",
11+
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.4-349041590/go-1.15.4-darwin-x64.tar.gz"
12+
},
13+
{
14+
"filename": "go-1.15.4-linux-x64.tar.gz",
15+
"arch": "x64",
16+
"platform": "linux",
17+
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.4-349041590/go-1.15.4-linux-x64.tar.gz"
18+
},
19+
{
20+
"filename": "go-1.15.4-win32-x64.zip",
21+
"arch": "x64",
22+
"platform": "win32",
23+
"download_url": "https://github.com/actions/go-versions/releases/download/1.15.4-349041590/go-1.15.4-win32-x64.zip"
24+
}
25+
]
26+
},
227
{
328
"version": "1.15.3",
429
"stable": true,
@@ -99,6 +124,31 @@
99124
}
100125
]
101126
},
127+
{
128+
"version": "1.14.11",
129+
"stable": true,
130+
"release_url": "https://github.com/actions/go-versions/releases/tag/1.14.11-349059275",
131+
"files": [
132+
{
133+
"filename": "go-1.14.11-darwin-x64.tar.gz",
134+
"arch": "x64",
135+
"platform": "darwin",
136+
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.11-349059275/go-1.14.11-darwin-x64.tar.gz"
137+
},
138+
{
139+
"filename": "go-1.14.11-linux-x64.tar.gz",
140+
"arch": "x64",
141+
"platform": "linux",
142+
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.11-349059275/go-1.14.11-linux-x64.tar.gz"
143+
},
144+
{
145+
"filename": "go-1.14.11-win32-x64.zip",
146+
"arch": "x64",
147+
"platform": "win32",
148+
"download_url": "https://github.com/actions/go-versions/releases/download/1.14.11-349059275/go-1.14.11-win32-x64.zip"
149+
}
150+
]
151+
},
102152
{
103153
"version": "1.14.10",
104154
"stable": true,

0 commit comments

Comments
 (0)