Skip to content

Update goreleaser

Update goreleaser #34

Workflow file for this run

name: build
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.5"
- uses: golangci/golangci-lint-action@v3
- run: make