Skip to content

Merge pull request #34 from kaytu-io/dependabot/go_modules/github.com… #47

Merge pull request #34 from kaytu-io/dependabot/go_modules/github.com…

Merge pull request #34 from kaytu-io/dependabot/go_modules/github.com… #47

Workflow file for this run

---
name: test
on:
- push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.21"
- run: go test -v ./...