diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-02-19 17:04:26 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-03-08 22:34:26 +0800 |
commit | 669aba8e2c630f1dc744c86dc01de7c0f79e417d (patch) | |
tree | 428a53ce0bd2aec28aa97e02b2b64a7ccc8d559d /build/deb.control | |
parent | 39c16c8a1e9292d26669ea4faeedc09ad4ece1ea (diff) | |
download | dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.gz dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.tar.zst dexon-669aba8e2c630f1dc744c86dc01de7c0f79e417d.zip |
travis, Dockerfile, appveyor, build: bump to Go 1.10
Diffstat (limited to 'build/deb.control')
-rw-r--r-- | build/deb.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/deb.control b/build/deb.control index 5c9ce6705..33c1a779f 100644 --- a/build/deb.control +++ b/build/deb.control @@ -2,7 +2,7 @@ Source: {{.Name}} Section: science Priority: extra Maintainer: {{.Author}} -Build-Depends: debhelper (>= 8.0.0), golang-1.9 +Build-Depends: debhelper (>= 8.0.0), golang-1.10 Standards-Version: 3.9.5 Homepage: https://ethereum.org Vcs-Git: git://github.com/ethereum/go-ethereum.git |