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

docs: add go tutorial #1032

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

docs: add go tutorial #1032

wants to merge 2 commits into from

Conversation

wolfv
Copy link
Member

@wolfv wolfv commented Aug 26, 2024

No description provided.

Comment on lines +21 to +57
context:
version: "0.13.1"

package:
name: temporal
version: ${{ version }}

source:
url: https://github.com/temporalio/cli/archive/refs/tags/v${{ version }}.tar.gz
sha256: 9d8812c96d3404490659fec3915dcd23c4142b421ef4cb7e9622bd9a459e1f74

build:
number: 0

requirements:
build:
- ${{ compiler('go-nocgo') }}
- go-licenses

tests:
- script:
- temporal --version

about:
homepage: https://temporal.io
repository: https://github.com/temporalio/cli
documentation: https://docs.temporal.io/cli
summary: Temporal CLI
description: |
Command-line interface for running Temporal Server and interacting with
Workflows, Activities, Namespaces, and other parts of Temporal.
license: MIT
license_file:
- LICENSE
# These license files are generated at build time in the `build.sh` script
# from all the dependencies of `temporal.io`.
- license-files/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please move the code blocks to concrete files so it is easier to test locally? Similar to how it is done here.

Mid-term it would be good to at run rattler-build --render-only on CI for a basic sanity check.

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.

2 participants