Skip to content

fix: resolve CI failure on initial commit#1

Merged
BLemine merged 1 commit into
mainfrom
claude/fix-ci-failure-33Yo1
Apr 18, 2026
Merged

fix: resolve CI failure on initial commit#1
BLemine merged 1 commit into
mainfrom
claude/fix-ci-failure-33Yo1

Conversation

@BLemine

@BLemine BLemine commented Apr 18, 2026

Copy link
Copy Markdown
Owner

$(cat <<'EOF'

Summary

  • Added missing go.sum — dependencies (cobra, godotenv, fatih/color) were never checksummed, causing go build ./... to fail in CI
  • Fixed redundant \n in fmt.Println call in cmd/validate.go:55 — Go vet flags this as a build error

Test plan

  • CI build job passes (go build ./...)
  • CI test job passes (go test ./...)

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY
EOF
)

Missing go.sum caused CI build failure; also removed trailing \n from
fmt.Println in cmd/validate.go which triggered a vet error.

https://claude.ai/code/session_01EbUoqk2nyumn5WskJnWFKY
@BLemine BLemine merged commit e2565ea into main Apr 18, 2026
2 checks passed
@BLemine BLemine deleted the claude/fix-ci-failure-33Yo1 branch April 18, 2026 03:47
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