mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
bugfix stable channel
This commit is contained in:
@@ -52,7 +52,7 @@ function getAllReleases(request) {
|
||||
version: version,
|
||||
// all go versions >= 1.0.0 are effectively LTS
|
||||
lts: (parts[0] > 0 && release.stable) || false,
|
||||
channel: release.stable || 'beta',
|
||||
channel: release.stable && 'stable' || 'beta',
|
||||
date: '1970-01-01', // the world may never know
|
||||
os: os,
|
||||
arch: arch,
|
||||
|
||||
Reference in New Issue
Block a user