Skip to content

ci: add staticcheck to CI and release workflows#321

Merged
AndreyVMarkelov merged 1 commit into
masterfrom
feat/ci-staticcheck
Jul 2, 2026
Merged

ci: add staticcheck to CI and release workflows#321
AndreyVMarkelov merged 1 commit into
masterfrom
feat/ci-staticcheck

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds staticcheck v0.7.0 as a separate lint job in CI
  • Adds staticcheck to the release workflow pre-build checks
  • Fixes one finding: trailing period in error string (cmd/logout.go)

Test plan

  • staticcheck ./... passes locally (v0.7.0, go1.26)
  • govulncheck ./... — no vulnerabilities
  • go build ./... / go vet ./... / go test ./... all pass

Adds staticcheck v0.7.0 as a separate lint job in CI and as a step
in the release workflow. Fixes the one finding: trailing period in
an error string in cmd/logout.go.
@AndreyVMarkelov AndreyVMarkelov merged commit 67942b1 into master Jul 2, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant