Skip to content

Update keygen.go

Update keygen.go #84

Triggered via push July 10, 2023 12:42
Status Success
Total duration 38s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
lint: keygen.go#L356
variable 'key' is only used in the if-statement (keygen.go:357:2); consider using short syntax (ifshort)
lint
The `save-state` 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/
lint: keygen.go#L478
if-return: redundant if ...; err != nil check, just return error instead. (revive)