Modernize for Go 1.21+ and add GitHub Actions CI#30
Merged
ajg merged 5 commits intoajg:masterfrom Feb 1, 2026
Merged
Conversation
- Add go.mod for module support - Add shell.nix for Nix-based development environment - Replace deprecated ioutil.ReadAll with io.ReadAll - Fix tests to use & instead of ; as query separator (Go 1.17+ security fix) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Runs build, test, and vet using Nix shell environment. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Uses commit 8c5066250910 instead of channel for deterministic builds. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Fails the build if any files are not properly formatted. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Travis CI is no longer active. Update badge to GitHub Actions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 tasks
ajg
approved these changes
Feb 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
go.mod, replace deprecatedioutil.ReadAllwithio.ReadAllshell.nixfor reproducible Nix-based development environmentNotes
The CI workflow won't run on this PR since workflows must exist on the default branch first. It has been tested on my fork.
🤖 Generated with Claude Code