Skip to content

Fix go test: sync vendor directory via go mod tidy && go mod vendor#1

Draft
Copilot wants to merge 5 commits intomasterfrom
copilot/enable-arm64-darwin-builds
Draft

Fix go test: sync vendor directory via go mod tidy && go mod vendor#1
Copilot wants to merge 5 commits intomasterfrom
copilot/enable-arm64-darwin-builds

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 19, 2026

go test ./... failed because vendor/modules.txt was missing ## explicit markers for several directly-required modules, making Go reject the vendor directory entirely.

Changes

  • go mod tidy — expanded transitive indirect deps into go.mod; refreshed go.sum
  • go mod vendor — regenerated vendor/ from scratch, fixing vendor/modules.txt markers and removing stale artifacts (nested go.mod/go.sum files, code-generator scripts, platform-specific types_*.go)

📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: lavahot <962444+lavahot@users.noreply.github.com>
Copilot AI changed the title [WIP] Switch to using GitHub builds and enable ARM64 for Darwin Switch CI/CD from Travis to GitHub Actions; enable darwin/arm64 builds Mar 19, 2026
Copilot AI requested a review from lavahot March 19, 2026 05:04
…rkflows

Co-authored-by: lavahot <962444+lavahot@users.noreply.github.com>
Copilot AI changed the title Switch CI/CD from Travis to GitHub Actions; enable darwin/arm64 builds Switch CI to GitHub Actions; derive Go version from go.mod Mar 19, 2026
Co-authored-by: lavahot <962444+lavahot@users.noreply.github.com>
Copilot AI changed the title Switch CI to GitHub Actions; derive Go version from go.mod Derive Go version from go.mod; run gofmt Mar 19, 2026
Co-authored-by: lavahot <962444+lavahot@users.noreply.github.com>
Copilot AI changed the title Derive Go version from go.mod; run gofmt Fix go test: sync vendor directory via go mod tidy && go mod vendor Mar 19, 2026
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.

2 participants