Skip to content

v0.8.6 - Toolchain & Dependency Refresh#33

Merged
colangelo merged 4 commits into
mainfrom
dev
May 16, 2026
Merged

v0.8.6 - Toolchain & Dependency Refresh#33
colangelo merged 4 commits into
mainfrom
dev

Conversation

@colangelo
Copy link
Copy Markdown
Owner

Summary

  • Bump Go toolchain to 1.26.2
  • Update golang.org/x/sys, x/crypto, x/net, x/text to latest patch releases
  • Skip local DNS lookup when proxy env vars are set

Test plan

  • just ci (lint + vuln + test) passes locally
  • Beta channel rebuilt + verified on dev
  • CI passes on PR
  • Release workflow publishes after tag push

🤖 Generated with Claude Code

colangelo and others added 4 commits May 2, 2026 10:32
Update x/sys, x/crypto, x/net, x/text to latest patch series.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The display-only resolution at startup called net.LookupHost and
exit(1)'d on failure, which broke usage with socks5h-style proxies
that delegate DNS to the proxy. Now skipped when HTTPS_PROXY/HTTP_PROXY
is configured; fast-fail behavior is preserved otherwise.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@colangelo colangelo merged commit 9e8a376 into main May 16, 2026
6 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