Skip to content

fix: update dependencies #201

fix: update dependencies

fix: update dependencies #201

Triggered via push October 17, 2024 13:13
Status Failure
Total duration 3m 25s
Artifacts

go.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Build: fixtures.go#L12
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)
Build
issues found
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/