klip-sdk
Version:
JavaScript SDK to interact with klip App2App requests
25 lines (23 loc) • 407 B
Markdown
# groundx golang common actions
> prepare
* Download and set golang environment with given version. Default version is `1.15`.
* usage
```yaml
...
- name: prepare golang env
uses: "PATH/TO/GX_ACTIONS/common/go/prepare"
with:
version: "1.16"
...
```
> cache
* Set golang cache
* usage
```yaml
...
- name: cache
uses: "PATH/TO/GX_ACTIONS/common/go/cache"
with:
key: ${{ github.sha }}
...
```