Skip to content

Conversation

@MarcPaquette
Copy link
Member

Was running into issues with go vet:

 # code.cloudfoundry.org/cnbapplifecycle/cmd/builder/cli
vendor/code.cloudfoundry.org/cnbapplifecycle/cmd/builder/cli/cli.go:173:48: too many arguments in call to cache.NewVolumeCache
	have (string, *"code.cloudfoundry.org/cnbapplifecycle/pkg/log".Logger)
	want (string)

Unpinning buildpacks/lifecycle and various other bumps as well.

Was running into issues with `go vet`:
```
 # code.cloudfoundry.org/cnbapplifecycle/cmd/builder/cli
vendor/code.cloudfoundry.org/cnbapplifecycle/cmd/builder/cli/cli.go:173:48: too many arguments in call to cache.NewVolumeCache
	have (string, *"code.cloudfoundry.org/cnbapplifecycle/pkg/log".Logger)
	want (string)
```
@MarcPaquette MarcPaquette marked this pull request as ready for review November 8, 2024 17:24
@MarcPaquette MarcPaquette requested a review from a team as a code owner November 8, 2024 17:24
Copy link
Contributor

@ebroberson ebroberson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ebroberson ebroberson merged commit a12a443 into develop Nov 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

2 participants