Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.7 (#88) #201

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.7 (#88)

fix(deps): update module github.com/jedib0t/go-pretty/v6 to v6.7.7 (#88) #201

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.25
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...