Skip to content

build(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0 in /cmd/pbzip2 #57

build(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0 in /cmd/pbzip2

build(deps): bump golang.org/x/crypto from 0.18.0 to 0.31.0 in /cmd/pbzip2 #57

Workflow file for this run

name: macos
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
strategy:
matrix:
go-version: [1.19.x, 1.23.x]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Test
run: |
go test -failfast --covermode=atomic -race ./...