Skip to content

chore: update Go README #33

chore: update Go README

chore: update Go README #33

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