Skip to content

fix: Propagate error from rand.Read, which can fail in some rare cases. #57

fix: Propagate error from rand.Read, which can fail in some rare cases.

fix: Propagate error from rand.Read, which can fail in some rare cases. #57

Workflow file for this run

name: build-check
on: [push, pull_request]
jobs:
build-check:
name: Run build-check on Go ${{ matrix.go }}
runs-on: ubuntu-latest
strategy:
matrix:
go:
- '1.22'
- '1.21'
- '1.20'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- run: make build_check