Skip to content

Update comparable type to any #5

Update comparable type to any

Update comparable type to any #5

Workflow file for this run

name: nill-ci
on: [push]
jobs:
ci-job:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.20.x', '1.19', '1.18' ]
name: Go ${{ matrix.go }}
steps:
- uses: actions/checkout@v2
- name: Use go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go build .
- run: go test -v