Closed aulorbe closed 5 months ago
As described here, the path to the OpenAPI repo has changed. Subsequently, we have to change the path in our justfile.
justfile
Update path in justfile, run just bootstrap to update generated core code and update go.mod and go.sum files.
just bootstrap
go.mod
go.sum
CI passes.
Problem
As described here, the path to the OpenAPI repo has changed. Subsequently, we have to change the path in our
justfile
.Solution
Update path in
justfile
, runjust bootstrap
to update generated core code and updatego.mod
andgo.sum
files.Type of Change
Test Plan
CI passes.