Skip to content

Update goreleaser parts of the pipeline to v2 #174

Update goreleaser parts of the pipeline to v2

Update goreleaser parts of the pipeline to v2 #174

Workflow file for this run

---
name: Build
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
cache: true
- name: Test
run: make test
- name: Build
run: make