Skip to content

fix(docker): set CGO_ENABLED=1 #103

fix(docker): set CGO_ENABLED=1

fix(docker): set CGO_ENABLED=1 #103

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/ci.yml
release:
permissions:
contents: write
runs-on: ubuntu-latest
needs:
- test
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}