Skip to content

chore: bump go version to 1.23.2 #180

chore: bump go version to 1.23.2

chore: bump go version to 1.23.2 #180

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: go-semantic-release/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}