Skip to content

Bump actions/checkout from 2 to 4 #221

Bump actions/checkout from 2 to 4

Bump actions/checkout from 2 to 4 #221

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@v4
- uses: actions/setup-go@v5
with:
go-version: "1"
check-latest: true
- name: UnitTest
run: make ut