Skip to content

Use Go 1.20 and Go 1.21 in CI #356

Use Go 1.20 and Go 1.21 in CI

Use Go 1.20 and Go 1.21 in CI #356

Triggered via push August 12, 2023 16:51
Status Failure
Total duration 2m 3s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: build-linux
Matrix: build-macos
Matrix: build-windows
All tests passed
2s
All tests passed
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint: src/address/address_test.go#L12
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Lint: src/address/address_test.go#L35
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Lint: src/core/core_test.go#L149
SA1019: rand.Read has been deprecated since Go 1.20 because it shouldn't be used: For almost all use cases, crypto/rand.Read is more appropriate. (staticcheck)
Lint
issues found
All tests passed
Process completed with exit code 1.