Skip to content

deps: Bump github.com/olekukonko/tablewriter from 1.1.4 to 1.1.5 #752

deps: Bump github.com/olekukonko/tablewriter from 1.1.4 to 1.1.5

deps: Bump github.com/olekukonko/tablewriter from 1.1.4 to 1.1.5 #752

Workflow file for this run

---
name: lint
on:
pull_request:
permissions:
pull-requests: read
contents: read
checks: write
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.25.6
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.8.0