Skip to content

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.9 to 6.5.4 #41

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.9 to 6.5.4

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.4.9 to 6.5.4 #41

Workflow file for this run

name: go
on:
push:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.16
- name: go test
run: go test -v ./...