Skip to content

chore: add CI pipeline and clean up deprecated APIs#4

Merged
snabb merged 1 commit intomasterfrom
improvements
Apr 18, 2026
Merged

chore: add CI pipeline and clean up deprecated APIs#4
snabb merged 1 commit intomasterfrom
improvements

Conversation

@snabb
Copy link
Copy Markdown
Owner

@snabb snabb commented Apr 18, 2026

Summary

  • Add GitHub Actions workflow running go build, go test -race, and go vet against Go 1.21/1.22/1.23 on push and PR
  • Replace dead godoc.org badge with pkg.go.dev and add CI status badge to README
  • Replace deprecated ioutil.TempFileos.CreateTemp and manual cloneHeaderhttp.Header.Clone()
  • Bump go.mod minimum version from 1.18 to 1.21
  • Fix test name typos: IntialInitial (×2), ParrallelParallel

Test plan

  • CI pipeline passes on all three Go versions
  • CI badge renders correctly on README after merge

🤖 Generated with Claude Code

- Add GitHub Actions workflow running build, test (-race), and vet
  against Go 1.21/1.22/1.23
- Replace dead godoc.org badge with pkg.go.dev and add CI badge
- Replace deprecated ioutil.TempFile with os.CreateTemp
- Replace manual cloneHeader with http.Header.Clone()
- Bump go.mod minimum version from 1.18 to 1.21
- Fix test name typos: Intial→Initial, Parrallel→Parallel

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@snabb snabb merged commit 5108abc into master Apr 18, 2026
3 checks passed
@snabb snabb deleted the improvements branch April 18, 2026 10:31
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