Skip to content

deps: bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.0 #1249

deps: bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.0

deps: bump github.com/schollz/progressbar/v3 from 3.15.0 to 3.16.0 #1249

Workflow file for this run

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