Skip to content

Draft: Allow invoked pipelines to complete, mitigate blocking on status channel #328

Draft: Allow invoked pipelines to complete, mitigate blocking on status channel

Draft: Allow invoked pipelines to complete, mitigate blocking on status channel #328

Workflow file for this run

name: Go
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Set up Go
uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
with:
go-version: 1.16
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...