Skip to content

upgrade all deps for next release #293

upgrade all deps for next release

upgrade all deps for next release #293

Triggered via push May 15, 2024 18:31
Status Failure
Total duration 52s
Artifacts

go.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
Test on Go 1.22.x and ubuntu-latest: main.go#L929
SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
Test on Go 1.22.x and ubuntu-latest: http-tracer.go#L23
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Test on Go 1.22.x and ubuntu-latest: main.go#L26
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Test on Go 1.22.x and ubuntu-latest: reverse/proxy.go#L16
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
Test on Go 1.22.x and ubuntu-latest
Process completed with exit code 1.
Test on Go 1.22.x and ubuntu-latest
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test on Go 1.22.x and ubuntu-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, 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/