Skip to content

Add subfolder in cmd so go install creates correct binary name#42

Merged
arcanericky merged 5 commits into
arcanericky:devfrom
ryantate13:main
Mar 23, 2023
Merged

Add subfolder in cmd so go install creates correct binary name#42
arcanericky merged 5 commits into
arcanericky:devfrom
ryantate13:main

Conversation

@ryantate13

Copy link
Copy Markdown

Fixes #41

arcanericky and others added 5 commits November 16, 2022 08:44
* refine README (arcanericky#29)

* dependabot target branch to dev (arcanericky#30)
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3...v4)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* refine README (arcanericky#29)

* dependabot target branch to dev (arcanericky#30)

* Bump github.com/spf13/cobra from 1.5.0 to 1.6.1 (arcanericky#28)

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.5.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.5.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build with go 1.19.x (arcanericky#32)

* support for arm64 (apple silicon chips) (arcanericky#33)

* updates to main landing page (arcanericky#31)

* refine README (arcanericky#29)

* dependabot target branch to dev (arcanericky#30)

* support for apple silicon chips

Co-authored-by: Ricky Pike <arcanericky@gmail.com>

* enable darwin/arm64 in releases (arcanericky#36)

* Bump github.com/pquerna/otp from 1.3.0 to 1.4.0 (arcanericky#34)

Bumps [github.com/pquerna/otp](https://github.com/pquerna/otp) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/pquerna/otp/releases)
- [Commits](pquerna/otp@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/pquerna/otp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump goreleaser/goreleaser-action from 3 to 4 (arcanericky#35)

Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](goreleaser/goreleaser-action@v3...v4)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* bump Go to 1.20.x (arcanericky#40)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yury Brigadirenko <ybrigo@gmail.com>
@arcanericky arcanericky changed the base branch from main to dev March 23, 2023 15:05
@codecov

codecov Bot commented Mar 23, 2023

Copy link
Copy Markdown

Codecov Report

Patch and project coverage have no change.

Comparison is base (b1fc36c) 92.65% compared to head (37a27a7) 92.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #42   +/-   ##
=======================================
  Coverage   92.65%   92.65%           
=======================================
  Files          13       13           
  Lines         667      667           
=======================================
  Hits          618      618           
  Misses         38       38           
  Partials       11       11           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@arcanericky arcanericky merged commit 79a7235 into arcanericky:dev Mar 23, 2023
@arcanericky

Copy link
Copy Markdown
Owner

Thank you for this. I've merged it into dev and will begin work on a release so you can use go install.

@ryan-yalo

Copy link
Copy Markdown

Sounds great, thanks!

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.

Installation via go install results in a binary called cmd

3 participants