Skip to content

override spew vendor to compile in a restricted env without the 'unsa… #29

override spew vendor to compile in a restricted env without the 'unsa…

override spew vendor to compile in a restricted env without the 'unsa… #29

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v4
with:
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: go build -v .
- name: Test
run: go test -v ./...