瀏覽代碼

Merge pull request #21461 from karalabe/ppa-drop-disco

build: drop disco, enable groovy on Ubuntu PPAs
Péter Szilágyi 5 年之前
父節點
當前提交
560d44479c
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      build/ci.go

+ 2 - 1
build/ci.go

@@ -139,13 +139,14 @@ var (
 	// Note: zesty is unsupported because it was officially deprecated on Launchpad.
 	// Note: artful is unsupported because it was officially deprecated on Launchpad.
 	// Note: cosmic is unsupported because it was officially deprecated on Launchpad.
+	// Note: disco is unsupported because it was officially deprecated on Launchpad.
 	debDistroGoBoots = map[string]string{
 		"trusty": "golang-1.11",
 		"xenial": "golang-go",
 		"bionic": "golang-go",
-		"disco":  "golang-go",
 		"eoan":   "golang-go",
 		"focal":  "golang-go",
+		"groovy": "golang-go",
 	}
 
 	debGoBootPaths = map[string]string{