Skip to content

build(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.16.0 #459

build(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.16.0

build(deps): bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.16.0 #459

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
unit-tests:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- run: go version
- run: go test -v ./...