Skip to content

build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 #10

build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4

build(deps): bump github.com/olekukonko/tablewriter from 1.1.3 to 1.1.4 #10

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@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: stable
check-latest: true
- name: Build
run: go build -v ./...
- name: Test
run: go run github.com/onsi/ginkgo/v2/ginkgo -v -r --randomize-suites --randomize-all -race