Skip to content

chore(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.5 #741

chore(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.5

chore(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.5 #741

Workflow file for this run

name: "Build"
on:
push:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
os:
- linux
- darwin
- windows
steps:
- uses: actions/checkout@master
- uses: actions/setup-go@v5
with:
go-version: 1.21
- run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build .