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

Upgrade Go and deps #92

Closed
wants to merge 3 commits into from
Closed

Conversation

7onn
Copy link

@7onn 7onn commented Jul 21, 2023

It does also prefixes the root module with github.com/ to make it available via go install github.com/pecigonzalo/loro@latest.

In this branch head, I was able to build the binary and run it.

$ git log --oneline
...
6a523cf (HEAD -> 7onn/make-pkg-install, origin/7onn/make-pkg-install) Add install instruction in README.md
5af922c Upgrade go version and deps
e04dd3e Rename module
0ab89d3 (origin/main, origin/HEAD, main) Bump actions/checkout from 2 to 3 (#24)
$ go version
go version go1.20 darwin/arm64

$ go build .
...

$ aws-vault exec MYPROFILE -- ./loro get /aws/kinesis-analytics/MYKINESISSTREAM
...
Successfully got my logs

@pecigonzalo
Copy link
Owner

Implemented in #93

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.

None yet

2 participants