Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Support go install command#163

Merged
jbreiding merged 1 commit intotemporalio:mainfrom
jbreiding:support-go-install
Mar 16, 2022
Merged

Support go install command#163
jbreiding merged 1 commit intotemporalio:mainfrom
jbreiding:support-go-install

Conversation

@jbreiding
Copy link
Copy Markdown
Contributor

@jbreiding jbreiding commented Mar 16, 2022

What was changed

Binary name becomes folder name

Why?

https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies

go install github.com/temporalio/tctl/cmd/tctl@latest
go install github.com/temporalio/tctl/cmd/plugins/tctl-authorization-plugin@latest

makes ready for go 1.18

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

Maybe update how to install w/o cloning?

https://pkg.go.dev/cmd/go#hdr-Compile_and_install_packages_and_dependencies

`go install github.com/temporalio/tctl/cmd/tctl`
`go install github.com/temporalio/tctl/cmd/plugins/tctl-authorization-plugin`
@jbreiding jbreiding marked this pull request as ready for review March 16, 2022 15:42
@feedmeapples feedmeapples self-requested a review March 16, 2022 15:42
@jbreiding jbreiding merged commit 1a18a22 into temporalio:main Mar 16, 2022
@jbreiding jbreiding deleted the support-go-install branch March 16, 2022 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants