File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ YBIN="$(dirname $0)"
55
66[ " $1 " = " dev" ] && echo " y-skaffold dev requires -n [namespace] as initial args" && exit 1
77
8- version=1.10.1
8+ version=1.12.0
99
1010bin_name=skaffold \
1111 bin_version=v${version} \
1212 Darwin_url=https://github.com/GoogleContainerTools/skaffold/releases/download/v${version} /skaffold-darwin-amd64 \
13- Darwin_sha256=90ba9fb0c322946e5f32f4d815f79de6147aea3e59cd992a9ba16e679428831e \
13+ Darwin_sha256=271350426a34d8f3f0048c902e4d543ea994eca1a91cb881f8d7ebd9176de1a3 \
1414 Linux_url=https://github.com/GoogleContainerTools/skaffold/releases/download/v${version} /skaffold-linux-amd64 \
15- Linux_sha256=bf61ae490e2f36dfafb638fabab2dd14d0023c8f5563b76f0821e18f41d29eb7 \
15+ Linux_sha256=be5e115ba9d1a3703deb968d1adb0c040e970f7eac1b7c1f1313df5a37c5f817 \
1616 y-bin-dependency-download || exit $?
1717
1818# https://skaffold.dev/docs/concepts/#local-development
You can’t perform that action at this time.
0 commit comments