Skip to content

[DO NOT MERGE]update: set go version to be the one we use from go.mod #162

[DO NOT MERGE]update: set go version to be the one we use from go.mod

[DO NOT MERGE]update: set go version to be the one we use from go.mod #162

Workflow file for this run

name: Unit Tests
on:
pull_request:
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Run Unit Tests
run: make unit-test