Closed dmikusa closed 2 months ago
For some buildpacks, when it updates just to Go Modules, the Update Go action reports it also updated the Go version. It should just report that it has updated the Go modules.
See https://github.com/paketo-buildpacks/clojure-tools/pull/241 as an example. It did not actually update Go, so it should have just set the title to updating go mods.
We may need to adjust with https://github.com/paketo-buildpacks/pipeline-builder/issues/1636 too, so it might make sense to fix these two together.
Resolved by https://github.com/paketo-buildpacks/pipeline-builder/pull/1702
Expected Behavior
For some buildpacks, when it updates just to Go Modules, the Update Go action reports it also updated the Go version. It should just report that it has updated the Go modules.
See https://github.com/paketo-buildpacks/clojure-tools/pull/241 as an example. It did not actually update Go, so it should have just set the title to updating go mods.
We may need to adjust with https://github.com/paketo-buildpacks/pipeline-builder/issues/1636 too, so it might make sense to fix these two together.