Skip to content

Update goreleaser/goreleaser-action action to v6 #29

Update goreleaser/goreleaser-action action to v6

Update goreleaser/goreleaser-action action to v6 #29

Workflow file for this run

name: Tests
on:
push:
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Run tests
run: go test -v ./...