Skip to content

repo transfer and add verify opt - #19

Merged
kazeburo merged 2 commits into
mainfrom
feat/repo-transfer-and-verify-option
Jul 16, 2026
Merged

repo transfer and add verify opt#19
kazeburo merged 2 commits into
mainfrom
feat/repo-transfer-and-verify-option

Conversation

@kazeburo

Copy link
Copy Markdown
Member
  • repo transfer
  • add verify-ssl option

Copilot AI review requested due to automatic review settings July 16, 2026 14:29

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project for a repository transfer (module path + release owner) and introduces a new --verify-ssl option to allow enabling TLS certificate verification (previously certificates were always skipped).

Changes:

  • Add --verify-ssl CLI flag and wire it to tls.Config.InsecureSkipVerify.
  • Update Go module path and GoReleaser GitHub owner for the new repository location.
  • Adjust Makefile build commands to explicitly include multiple .go files.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
README.md Documents the new --verify-ssl option in the usage output.
Makefile Updates build commands (but currently leaves dependency tracking and build invocation brittle).
go.mod Updates module path to the new GitHub org/repo location.
checker.go Implements the --verify-ssl behavior by toggling InsecureSkipVerify.
.goreleaser.yml Updates release owner to match the new GitHub organization.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread Makefile Outdated
Comment thread Makefile Outdated
Comment thread checker.go
@kazeburo
kazeburo merged commit 21e3279 into main Jul 16, 2026
1 check passed
@kazeburo
kazeburo deleted the feat/repo-transfer-and-verify-option branch July 16, 2026 14:45
@github-actions github-actions Bot mentioned this pull request Jul 16, 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