Skip to content

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #210

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5

Bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #210

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: "1.18"
- name: Build
run: make build