Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support go_build package #2065

Merged
merged 6 commits into from Jul 29, 2023
Merged

feat: support go_build package #2065

merged 6 commits into from Jul 29, 2023

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Jun 18, 2023

Close #2131

Example

packages:
  - type: go_build
    repo_owner: suzuki-shunsuke
    repo_name: github-comment
    files:
      - name: github-comment
        src: ./cmd/github-comment
        dir: github-comment-{{trimV .Version}}
$AQUA_ROOT_DIR/pkgs/go_build/github.com/suzuki-shunsuke/github-comment/v4.0.0/
  bin/
    github-comment
  src/github-comment-4.0.0/
    cmd/github-comment/main.go
    ...

@suzuki-shunsuke suzuki-shunsuke marked this pull request as draft June 18, 2023 00:53
@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jul 29, 2023
@suzuki-shunsuke
Copy link
Member Author

b9d12ae

@suzuki-shunsuke suzuki-shunsuke marked this pull request as ready for review July 29, 2023 05:44
@suzuki-shunsuke suzuki-shunsuke merged commit 4704f70 into main Jul 29, 2023
10 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the feat/support-go_build branch July 29, 2023 05:44
@suzuki-shunsuke suzuki-shunsuke added this to the v2.10.2 milestone Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support installing packages by go build
1 participant