Skip to content

Commit 20541a2

Browse files
paketo-botjoshzarrabi
authored andcommitted
Update shared github-config
1 parent cbbde70 commit 20541a2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@ function util::tools::packager::install () {
129129

130130
if [[ ! -f "${dir}/packager" ]]; then
131131
util::print::title "Installing packager"
132-
GOBIN="${dir}" go install github.com/cloudfoundry/libcfbuildpack/packager
132+
GOBIN="${dir}" go get github.com/cloudfoundry/libcfbuildpack/packager
133133
fi
134134
}

0 commit comments

Comments
 (0)