Skip to content

fix: staticcheck issues and set version to 0.11.0#12

Merged
tick10 merged 1 commit into
mainfrom
feature/sealed-responses
Mar 13, 2026
Merged

fix: staticcheck issues and set version to 0.11.0#12
tick10 merged 1 commit into
mainfrom
feature/sealed-responses

Conversation

@tick10

@tick10 tick10 commented Mar 13, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix SA4006: unused initial value of errs in two resolve functions
  • Fix U1000: remove dead attestSigned method
  • Set version to 0.11.0 (pre-1.0, reserving 1.0 for post-patch)

All three were causing CI failure on main after PR #6 merge.

Test plan

  • go test ./... passes (except pre-existing SDK env test)
  • staticcheck ./... clean

🤖 Generated with Claude Code

- Fix SA4006: use var declaration instead of make() for errs maps
  that are always reassigned before read (cmd/phoenix/main.go)
- Fix U1000: remove unused attestSigned method (internal/api/api.go)
- Set version to 0.11.0 (reserve 1.0 for post-patch release)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@tick10
tick10 merged commit f08a10a into main Mar 13, 2026
2 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