Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

ci: uci/copy-templates #301

ci: uci/copy-templates

ci: uci/copy-templates #301

Triggered via pull request August 14, 2023 11:14
Status Failure
Total duration 5m 4s
Artifacts

go-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
go-check / All
cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in variable declaration
go-check / All
Process completed with exit code 1.
go-check / All
cannot use "The version of quic-go you're using can't be built on Go 1.20 yet. For more details, please see https://github.com/lucas-clemente/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built on Go 1.20 yet. F...) as int value in variable declaration (compile)
go-check / All: metrics/metrics.go#L50
prom.NewGoCollector is deprecated: Use collectors.NewGoCollector instead. (SA1019)
go-check / All: metrics/metrics.go#L51
prom.NewProcessCollector is deprecated: Use collectors.NewProcessCollector instead. (SA1019)
go-check / All: metricstasks/metricstasks_test.go#L22
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.