Skip to content

chore: bump actions/setup-go from 5 to 7 #21

chore: bump actions/setup-go from 5 to 7

chore: bump actions/setup-go from 5 to 7 #21

Workflow file for this run

name: unit-test
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v7
with:
go-version-file: go.mod
- name: Run unit tests
run: make test