Skip to content

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.10 to 6.8.1 #449

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.10 to 6.8.1

chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.7.10 to 6.8.1 #449

Workflow file for this run

name: Tests
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.26.2'
- name: Install dependencies
run: go mod download
- name: Generate code
run: go generate ./...
- name: Run tests
run: go test -v ./...