Fix 2023 11 20 #396
Annotations
10 errors and 2 warnings
Analyze (go)
cannot use m.Counter() + 1 (value of type int32) as *int32 value in struct literal
|
Analyze (go)
invalid operation: size < 1 (mismatched types *int64 and untyped int)
|
Analyze (go)
invalid operation: i < size (mismatched types int64 and *int64)
|
Analyze (go)
invalid operation: j > size (mismatched types int64 and *int64)
|
Analyze (go)
cannot use size (variable of type *int64) as int64 value in assignment
|
Analyze (go)
cannot use m.n (variable of type int32) as *int32 value in struct literal
|
Analyze (go)
cannot use m.Counter() + 1 (value of type int32) as *int32 value in struct literal
|
Analyze (go)
cannot use n (variable of type int64) as *int64 value in struct literal
|
Analyze (go)
cannot use true (untyped bool constant) as *bool value in assignment
|
Analyze (go)
cannot use 1000 (untyped int constant) as *int32 value in struct literal
|
Analyze (go)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Analyze (go)
Restore cache failed: Dependencies file is not found in /home/runner/work/golib/golib. Supported file pattern: go.sum
|