Skip to content

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 #901

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0

Bump github.com/schollz/progressbar/v3 from 3.14.6 to 3.15.0 #901

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: "1.22.x"
- run: "go install honnef.co/go/tools/cmd/staticcheck@v0.5.1"
- run: "staticcheck ./..."