Skip to content

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

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 #212

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