Skip to content

Update goreleaser/goreleaser-action action to v6 #35

Update goreleaser/goreleaser-action action to v6

Update goreleaser/goreleaser-action action to v6 #35

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/test.yaml'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.15.x'
- name: Checkout
uses: actions/checkout@v3
- name: Test
run: go test -v -race ./...