Merge pull request #66691 from aespinosa/skaffold

skaffold: 0.30.0 -> 0.35.0
This commit is contained in:
Marek Mahut 2019-08-16 15:32:13 +02:00 committed by GitHub
commit 97648655bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@
buildGoPackage rec {
name = "skaffold-${version}";
version = "0.30.0";
# rev is the 0.30.0 commit, mainly for skaffold version command output
rev = "fe31429012110e6fd70f97971288bd266ba95bed";
version = "0.35.0";
# rev is the 0.35.0 commit, mainly for skaffold version command output
rev = "1da7608f9eb21ebe722bc054584e591e4223a3dc";
goPackagePath = "github.com/GoogleContainerTools/skaffold";
subPackages = ["cmd/skaffold"];