Skip to content

Bump goreleaser/goreleaser-action from 2 to 5 #214

Bump goreleaser/goreleaser-action from 2 to 5

Bump goreleaser/goreleaser-action from 2 to 5 #214

Workflow file for this run

name: UnitTest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: UnitTest
run: make ut