Skip to content

ci: tighten GitHub Actions migration#48

Merged
adlio merged 2 commits into
mainfrom
ci/github-actions-refresh
Apr 19, 2026
Merged

ci: tighten GitHub Actions migration#48
adlio merged 2 commits into
mainfrom
ci/github-actions-refresh

Conversation

@adlio
Copy link
Copy Markdown
Owner

@adlio adlio commented Apr 19, 2026

Summary

  • add an explicit build job so GitHub Actions matches the old CircleCI build/test split more closely
  • switch workflows to use the Go version from go.mod, add concurrency controls, and keep release creation idempotent
  • remove the obsolete .travis.yml file and fix the release tag trigger glob

Test Plan

  • go test ./...
  • go test -race -coverprofile=coverage.out -covermode=atomic ./...
  • /tmp/golangci-bin/golangci-lint run ./...
  • /tmp/actionlint-bin/actionlint

@adlio adlio merged commit e6c72f9 into main Apr 19, 2026
3 checks passed
@adlio adlio deleted the ci/github-actions-refresh branch April 19, 2026 01:54
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