Skip to content

Upgrade minimum required Go version to 1.20 #1318

Upgrade minimum required Go version to 1.20

Upgrade minimum required Go version to 1.20 #1318

Triggered via pull request February 27, 2024 16:46
Status Failure
Total duration 4m 35s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
lint: container/id/test/id.go#L14
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: object/id/test/generate.go#L15
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: checksum/test/generate.go#L14
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
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.