Skip to content

Bump github.com/schollz/progressbar/v3 from 3.17.0 to 3.17.1 #218

Bump github.com/schollz/progressbar/v3 from 3.17.0 to 3.17.1

Bump github.com/schollz/progressbar/v3 from 3.17.0 to 3.17.1 #218

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build Snapshot
uses: goreleaser/goreleaser-action@v6
with:
args: build --id linux --single-target --snapshot --clean