-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Excavator: Manage go module dependencies
- Loading branch information
1 parent
895142e
commit 3121b8c
Showing
135 changed files
with
5,476 additions
and
1,624 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
go mod operation failed. This may mean that there are legitimate dependency issues with the "go.mod" definition in the repository and the updates performed by the gomod check. This branch can be cloned locally to debug the issue. | ||
|
||
Command that caused error: | ||
./godelw check compiles | ||
|
||
Output: | ||
Running compiles... | ||
outparamcheck/creator/creator.go:35:11: cannot use cfg.ToChecker() (value of type *outparamcheck.Checker) as okgo.Checker value in return statement: *outparamcheck.Checker does not implement okgo.Checker (missing method MultiCPU) | ||
Finished compiles | ||
Check(s) produced output: [compiles] |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package fail | ||
|
||
This is a non-compiling file that has been added to explicitly ensure that CI fails. | ||
Remove this file if debugging locally. |
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
Oops, something went wrong.