Skip to content

Update continuous-benchmarking-teardown.yml #110

Update continuous-benchmarking-teardown.yml

Update continuous-benchmarking-teardown.yml #110

Triggered via push September 18, 2024 10:59
Status Failure
Total duration 53s
Artifacts
Check syntax
39s
Check syntax
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Check syntax: src/util/util.go#L89
printf: non-constant format string in call to github.com/sirupsen/logrus.Fatalf (govet)
Check syntax: src/setup/deployment/packaging/zip.go#L77
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)
Check syntax: src/setup/serverless-config.go#L314
printf: non-constant format string in call to github.com/sirupsen/logrus.Fatalf (govet)
Check syntax: src/setup/serverless-config.go#L321
printf: non-constant format string in call to github.com/sirupsen/logrus.Infof (govet)
Check syntax: src/setup/serverless-config.go#L333
printf: non-constant format string in call to github.com/sirupsen/logrus.Infof (govet)
Check syntax: src/setup/serverless-config.go#L435
printf: non-constant format string in call to github.com/sirupsen/logrus.Infof (govet)
Check syntax: src/main.go#L52
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)
Check syntax
issues found
Check syntax
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/