Enable staticcheck in foregjo actions #482
Labels
No labels
P0
P1
P2
P3
badger
frostfs-adm
frostfs-cli
frostfs-ir
frostfs-lens
frostfs-node
good first issue
triage
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-node#482
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We tried add it in #478, but using this action was not straightforward https://github.com/dominikh/staticcheck-action
Investigate or write a custom action (just
make
)Unable to use staticcheck-action in our environment due to the issue with authorization:
https://git.frostfs.info/TrueCloudLab/frostfs-node/actions/runs/80/jobs/1
Also faced an issue with released version of staticcheck with go 1.20:
Link to the log: https://git.frostfs.info/TrueCloudLab/frostfs-node/actions/runs/86/jobs/2
Looks like a known issue, fixed in a latest version: https://github.com/dominikh/go-tools/issues/1203