-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
also upgrade dependencies, fixing lint issues and removing use of deprecated pkg/errors related to jenkins-x/jx#8670 Signed-off-by: Mårten Svantesson <[email protected]>
- Loading branch information
Showing
17 changed files
with
1,313 additions
and
1,595 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package environments | ||
|
||
import "github.com/pkg/errors" | ||
import "fmt" | ||
|
||
func (o *EnvironmentPullRequestOptions) ResolveChartRepositoryURL() (string, error) { | ||
return "", errors.Errorf("TODO") | ||
return "", fmt.Errorf("TODO") | ||
} |
Oops, something went wrong.