Skip to content

Merge pull request #85 from hyperledger/no-blocking-improvements #257

Merge pull request #85 from hyperledger/no-blocking-improvements

Merge pull request #85 from hyperledger/no-blocking-improvements #257

Workflow file for this run

name: Build
on:
push:
branches:
- "main"
pull_request:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
check-latest: true