We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbbde70 commit 20541a2Copy full SHA for 20541a2
2 files changed
.github/dependabot.yml
@@ -0,0 +1,8 @@
1
+---
2
+version: 2
3
+updates:
4
+- package-ecosystem: gomod
5
+ directory: "/"
6
+ schedule:
7
+ interval: daily
8
+ open-pull-requests-limit: 10
scripts/.util/tools.sh
@@ -129,6 +129,6 @@ function util::tools::packager::install () {
129
130
if [[ ! -f "${dir}/packager" ]]; then
131
util::print::title "Installing packager"
132
- GOBIN="${dir}" go install github.com/cloudfoundry/libcfbuildpack/packager
+ GOBIN="${dir}" go get github.com/cloudfoundry/libcfbuildpack/packager
133
fi
134
}
0 commit comments