Skip to content

fix: canonicalize module path and remove self-referencing dependency … #105

fix: canonicalize module path and remove self-referencing dependency …

fix: canonicalize module path and remove self-referencing dependency … #105

Workflow file for this run

name: Code Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: '1.21'
cache: true
- name: Unit tests
run: make test