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

go.mk: remove submodule and initialize through make #21

Conversation

sauterp
Copy link
Member

@sauterp sauterp commented Feb 23, 2024

Testing

❯ make build
Cloning into 'go.mk'...
remote: Enumerating objects: 311, done.
remote: Counting objects: 100% (197/197), done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 311 (delta 132), reused 138 (delta 93), pack-reused 114
Receiving objects: 100% (311/311), 62.32 KiB | 3.89 MiB/s, done.
Resolving deltas: 100% (175/175), done.
mkdir -p '/home/sauterp/src/github.com/exoscale/vault-plugin-secrets-exoscale/bin'
'/home/sauterp/bin/go' build \
   \
  -ldflags "-s -w -X github.com/exoscale/vault-plugin-secrets-exoscale/version.Version=dev -X github.com/exoscale/vault-plugin-secrets-exoscale/version.Commit=0ee9199" \
   \
  -o '/home/sauterp/src/github.com/exoscale/vault-plugin-secrets-exoscale/bin/' \
  './cmd/vault-plugin-secrets-exoscale'

Copy link

This pull request has been linked to Shortcut Story #88913: go.mk: provide alternative to submodule approach.

@sauterp sauterp merged commit dcca7fb into master Mar 1, 2024
2 checks passed
@sauterp sauterp deleted the philippsauter/sc-88913/go-mk-provide-alternative-to-submodule-approach branch March 1, 2024 16:09
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.

3 participants