Skip to content

update log to include namesapce #151

update log to include namesapce

update log to include namesapce #151

Workflow file for this run

name: Vet
on:
push:
jobs:
vet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make vet
- run: make test