Skip to content

build/ci.go — Version Comparison

v1.16.8 v1.17.3
Branch etc/v1.16.8-full-node etc/v1.17.3-full-node
Delta +0 -1 +0 -1
ETC delta on v1.16.8 (+0 -1)
diff --git a/build/ci.go b/build/ci.go
index 59c948acb..201f63e03 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -70,7 +70,6 @@ import (
 var (
    goModules = []string{
        ".",
-       "./cmd/keeper",
    }

    // Files that end up in the geth*.zip archive.
ETC delta on v1.17.3 (+0 -1)
diff --git a/build/ci.go b/build/ci.go
index 173a3280c..40fd1f661 100644
--- a/build/ci.go
+++ b/build/ci.go
@@ -70,7 +70,6 @@ import (
 var (
    goModules = []string{
        ".",
-       "./cmd/keeper",
    }

    // Files that end up in the geth-alltools*.zip archive (and the NSIS installer

← Back to Version Comparison