Skip to content

Bump github.com/rodaine/table from 1.2.0 to 1.3.0 #78

Bump github.com/rodaine/table from 1.2.0 to 1.3.0

Bump github.com/rodaine/table from 1.2.0 to 1.3.0 #78

Workflow file for this run

name: Testing Logger
on:
push:
paths:
- "pkg/logger/**"
- "go.mod"
- "go.sum"
branches: [main]
pull_request:
paths:
- "pkg/logger/**"
- "go.mod"
- "go.sum"
branches: [main]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go version
- name: testing
working-directory: pkg/logger
run: |
go test -v ./...