You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to upgrade the usage of buildpacks I got I have a problem at compile time that is not in my code.
github.com/buildpacks/lifecycle/buildpack
# github.com/buildpacks/lifecycle/buildpack
../../go/pkg/mod/github.com/buildpacks/[email protected]/buildpack/dockerfile.go:77:46: not enough arguments in call to instructions.Parse
have (*parser.Node)
want (*parser.Node, *linter.Linter)
Try to upgrade the dependency for github.com/buildpacks/lifecycle/buildpack
Current behavior
github.com/buildpacks/lifecycle/buildpack
# github.com/buildpacks/lifecycle/buildpack
../../go/pkg/mod/github.com/buildpacks/[email protected]/buildpack/dockerfile.go:77:46: not enough arguments in call to instructions.Parse
have (*parser.Node)
want (*parser.Node, *linter.Linter)
Expected behavior
I expect my code to compile because it didn't change and this is labelled as a minor patch.
Context
lifecycle version
platform version(s)
anything else?
The text was updated successfully, but these errors were encountered:
Hi @remyleone - is it possible you also upgraded your buildkit version along with the lifecycle? I see this error when bumping to v0.14.x. I see v0.13.2 here but not sure if it's the right branch. Lifecycle v0.20.0 is still on v0.13.2.
Summary
When I try to upgrade the usage of buildpacks I got I have a problem at compile time that is not in my code.
Reproduction
Steps
Checkout this repository:
https://github.com/scaleway/scaleway-cli
Try to upgrade the dependency for github.com/buildpacks/lifecycle/buildpack
Current behavior
Expected behavior
I expect my code to compile because it didn't change and this is labelled as a minor patch.
Context
lifecycle version
platform version(s)
anything else?
The text was updated successfully, but these errors were encountered: