Skip to content

build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #1945

build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5

build(deps): bump github.com/cheggaaa/pb/v3 from 3.1.4 to 3.1.5 #1945

Workflow file for this run

name: Run 'make check'
on:
push:
branches:
- "main"
pull_request: {}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macOS-13
- macOS-12
- ubuntu-latest
- ubuntu-20.04
go:
- '1.20'
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build
run: make check