Skip to content

refactor: cleanup

refactor: cleanup #636

Workflow file for this run

name: build
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, reopened, synchronize]
branches: [ "main" ]
permissions:
contents: write
pull-requests: write
jobs:
build:
strategy:
matrix:
#go_version: ["1.19", stable]
go_version: [stable]
uses: ./.github/workflows/_build.yml
secrets:
goreleaser_key: ${{ secrets.GORELEASER_KEY }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}
gh_pat: ${{ secrets.GITHUB_TOKEN }}
with:
go_version: ${{ matrix.go_version }}