Skip to content

Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 #418

Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3

Bump github.com/schollz/progressbar/v3 from 3.14.2 to 3.14.3 #418

Workflow file for this run

name: lint
on:
pull_request:
push:
branches:
- master
jobs:
golangci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.57.2