Update go mods #135
main.yaml
on: push
Go Linter
/
lint
54s
Go Test
/
test
43s
Go Test
/
test-with-race
51s
Annotations
9 errors and 3 warnings
Go Linter / lint:
internal/distributor/distributor.go#L50
G115: integer overflow conversion uint64 -> int64 (gosec)
|
Go Linter / lint:
internal/pipeline.go#L121
G115: integer overflow conversion uint64 -> int (gosec)
|
Go Linter / lint:
internal/pipeline.go#L147
G115: integer overflow conversion uint64 -> int64 (gosec)
|
Go Linter / lint:
internal/pipeline.go#L153
G115: integer overflow conversion uint64 -> int (gosec)
|
Go Linter / lint:
internal/pipeline.go#L154
G115: integer overflow conversion int -> uint32 (gosec)
|
Go Linter / lint:
internal/runtime/helper.go#L35
G115: integer overflow conversion uint64 -> int64 (gosec)
|
Go Linter / lint:
internal/runtime/helper.go#L37
G115: integer overflow conversion uint64 -> int (gosec)
|
Go Linter / lint:
internal/testing/testing.go#L41
G115: integer overflow conversion int -> uint32 (gosec)
|
Go Linter / lint
issues found
|
Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/supernova/supernova. Supported file pattern: go.sum
|
Go Test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/supernova/supernova. Supported file pattern: go.sum
|
Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/supernova/supernova. Supported file pattern: go.sum
|