Skip to content

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 #52

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0

build(deps): bump goreleaser/goreleaser-action from 4.3.0 to 5.0.0 #52

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [main]
pull_request: {}
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.19', '1.20' ]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
go-version: ${{ matrix.go }}
- run: make tools
- run: make depscheck
- run: make lint
- run: make build
- run: make test