Skip to content

ci: uci/copy-templates #107

ci: uci/copy-templates

ci: uci/copy-templates #107

Triggered via pull request August 14, 2023 11:29
Status Failure
Total duration 1m 18s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
go-check / All: flatfs.go#L113
rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: Programs that call Seed and then expect a specific sequence of results from the global random source (using functions such as Int) can be broken when a dependency changes how much it consumes from the global random source. To avoid such breakages, programs that need a specific result sequence should use NewRand(NewSource(seed)) to obtain a random generator that other packages cannot access. (SA1019)
go-check / All
Process completed with exit code 1.