upgrade to new flowkit and new deps #548
Annotations
10 errors, 2 warnings, and 1 notice
|
lint
issues found
|
|
lint:
utils.go#L65
func readProgressFromFile is unused (unused)
|
|
lint:
utils.go#L57
func writeProgressToFile is unused (unused)
|
|
lint:
utils.go#L43
func exists is unused (unused)
|
|
lint:
utils.go#L148
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. If a deterministic source is required, use [math/rand/v2.ChaCha8.Read]. (staticcheck)
|
|
lint:
utils.go#L146
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)
|
|
lint:
npm_module.go#L224
SA4004: the surrounding loop is unconditionally terminated (staticcheck)
|
|
lint:
utils.go#L140
Error return value of `resp.Body.Close` is not checked (errcheck)
|
|
lint:
utils.go#L119
Error return value of `f.Close` is not checked (errcheck)
|
|
lint:
utils.go#L95
Error return value of `f.Close` is not checked (errcheck)
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: golangci/golangci-lint-action@v8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
196 tests found
There are 196 tests, see "Raw output" for the full list of tests.
|