-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
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] |
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. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.