good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 05987071 authored by Péter Szilágyi's avatar Péter Szilágyi
Browse files

build: deprecated ubuntu artful, enable ubuntu cosmic

parent a511f6b5
Branches
Tags
No related merge requests found
......@@ -122,7 +122,8 @@ var (
// Note: wily is unsupported because it was officially deprecated on lanchpad.
// Note: yakkety is unsupported because it was officially deprecated on lanchpad.
// Note: zesty is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "artful", "bionic"}
// Note: artful is unsupported because it was officially deprecated on lanchpad.
debDistros = []string{"trusty", "xenial", "bionic", "cosmic"}
)
var GOBIN, _ = filepath.Abs(filepath.Join("build", "bin"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment