Skip to content

Update module github.com/jedib0t/go-pretty/v6 to v6.5.6 #68

Update module github.com/jedib0t/go-pretty/v6 to v6.5.6

Update module github.com/jedib0t/go-pretty/v6 to v6.5.6 #68

Workflow file for this run

---
name: CI
'on':
push:
branches: [main]
pull_request:
branches: [main]
jobs:
CI:
strategy:
matrix:
runner: [ubuntu-latest, macos-latest, macos-14, windows-latest]
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Build
run: go build -v ./...
- name: Test
run: bash script/test.sh