Skip to content

Update goreleaser/goreleaser-action action to v6 #43

Update goreleaser/goreleaser-action action to v6

Update goreleaser/goreleaser-action action to v6 #43

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "master"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: 1.16
- run: go test -v ./...