Skip to content

Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4 #9

Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4

Bump github.com/olekukonko/tablewriter from 0.0.5 to 1.1.4 #9

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.24', '1.25']
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- run: go build ./...
- run: go vet ./...