Skip to content

chore: add fetch mode to options docs #35

chore: add fetch mode to options docs

chore: add fetch mode to options docs #35

Workflow file for this run

name: Package Go SDK
on:
push:
tags:
- "flipt-client-go-**"
- "flipt-client-go-musl-**"
permissions:
contents: write
id-token: write
jobs:
build:
uses: ./.github/workflows/package-ffi-sdks.yml
with:
sdks: ${{ startsWith(github.ref, 'refs/tags/flipt-client-go-musl-') && 'go-musl' || 'go' }}
tag: ${{ github.ref }}
secrets: inherit