Skip to content

chore: resolved go.mod conflicts #28

chore: resolved go.mod conflicts

chore: resolved go.mod conflicts #28

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Test Go package
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21
- name: Mod Tidy
run: go mod tidy
- name: Test
run: make test