Skip to content

Support for experimental reg overrides #870

Support for experimental reg overrides

Support for experimental reg overrides #870

Triggered via pull request November 12, 2024 00:49
Status Failure
Total duration 2m 40s
Artifacts

golang.yml

on: pull_request
Format and Lint with golangci-lint
1m 4s
Format and Lint with golangci-lint
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
Format and Lint with golangci-lint: pkg/regserver/regprocessor/regprocessor.go#L597
SA1019: mrand.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)
Format and Lint with golangci-lint
issues found
Format and Lint with golangci-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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/
Build and Test using Golang 1.21.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test using Golang stable
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and Test using Golang 1.22.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/