Skip to content

fix the entry for goreleaser #36

fix the entry for goreleaser

fix the entry for goreleaser #36

Workflow file for this run

name: Test
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Test with the Go CLI
run: make test