Skip to content

Update version to v0.1.8 #31

Update version to v0.1.8

Update version to v0.1.8 #31

Workflow file for this run

name: Go Tests
on:
push:
branches: [ "*" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/[email protected]
with:
go-version-file: go.mod
- name: Run tests
run: go test ./... -v