Skip to content

build: fix build go version #276

build: fix build go version

build: fix build go version #276

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run unit tests
run: make test