Skip to content

Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.16 (#188) #7

Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.16 (#188)

Bump github.com/mattn/go-runewidth from 0.0.14 to 0.0.16 (#188) #7

Workflow file for this run

name: Go Build and Test
on:
push:
branches:
- main
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
cache-dependency-path: './go.sum'
go-version-file: './go.mod'
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...