Skip to content

Update AppVersion to v0.2.0 #341

Update AppVersion to v0.2.0

Update AppVersion to v0.2.0 #341

Workflow file for this run

name: Unit test
on: [push]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout upstream repo
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- uses: actions/setup-go@v3
with:
go-version-file: "go.mod"
- uses: google-github-actions/[email protected]
- run: go test ./pkg/...