Skip to content

Bump github.com/schollz/progressbar/v3 from 3.5.1 to 3.14.6 #43

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

Bump github.com/schollz/progressbar/v3 from 3.5.1 to 3.14.6 #43

Workflow file for this run

name: Lint
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Generate mocks
run: go generate ./...
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.2