Skip to content

Bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.6.5 #213

Bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.6.5

Bump github.com/jedib0t/go-pretty/v6 from 6.4.6 to 6.6.5 #213

Workflow file for this run

name: PR - build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Install govvv
run: |
go install github.com/ahmetb/govvv@master
- uses: actions/checkout@v2
- name: Make build
run: |
make build