Use Go 1.20 and Go 1.21 in CI #356
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Lint
46s
Analyse
1m 44s
Matrix: build-linux
Matrix: build-macos
Matrix: build-windows
All tests passed
2s
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.
|