Skip to content

Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 #1899

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

Bump github.com/cheggaaa/pb/v3 from 3.1.5 to 3.1.6 #1899

Workflow file for this run

name: build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
build:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
fetch-depth: 1
- name: Install Go
uses: actions/setup-go@master
with:
go-version: 1.23.x
- name: Make all
run: make all