Skip to content

chore(ci): Fix Go module verification in GitHub Actions#15

Merged
dynamicy merged 1 commit intomasterfrom
ci/fix-go-mod-verification
Mar 13, 2025
Merged

chore(ci): Fix Go module verification in GitHub Actions#15
dynamicy merged 1 commit intomasterfrom
ci/fix-go-mod-verification

Conversation

@dynamicy
Copy link
Owner

  • Ran go mod tidy to sync go.mod and go.sum.
  • Committed missing dependency golang.org/x/image v0.25.0.
  • Updated CI workflow to detect and handle Go module changes properly.
  • Prevented CI failure due to uncommitted go mod tidy changes.

- Ran `go mod tidy` to sync `go.mod` and `go.sum`.
- Committed missing dependency `golang.org/x/image v0.25.0`.
- Updated CI workflow to detect and handle Go module changes properly.
- Prevented CI failure due to uncommitted `go mod tidy` changes.
@dynamicy dynamicy merged commit 4d90898 into master Mar 13, 2025
1 check failed
@dynamicy dynamicy deleted the ci/fix-go-mod-verification branch March 13, 2025 07: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