Skip to content

Bump github.com/schollz/progressbar/v3 from 3.13.0 to 3.14.1 #74

Bump github.com/schollz/progressbar/v3 from 3.13.0 to 3.14.1

Bump github.com/schollz/progressbar/v3 from 3.13.0 to 3.14.1 #74

Workflow file for this run

name: Test/Lint/Fmt/Vet
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
container: golang:1
env:
GOFLAGS: "-buildvcs=false"
steps:
- uses: actions/checkout@v3
- name: Test
run: make test