Skip to content

feat: Unified REST API #6728

feat: Unified REST API

feat: Unified REST API #6728

Triggered via pull request December 6, 2023 14:33
Status Failure
Total duration 1m 5s
Artifacts

golangci-lint.yml

on: pull_request
golang-lint
54s
golang-lint
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
golang-lint: container-engine-lib/lib/backend_impls/docker/docker_network_allocator/docker_network_allocator.go#L57
SA1019: 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. (staticcheck)
golang-lint
issues found
golang-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/kurtosis/kurtosis. Supported file pattern: go.sum