Skip to content

Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.3 #1434

Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.3

Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.3 #1434

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Make all
run: make all