Skip to content

Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.17.0 #94

Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.17.0

Merge branch 'main' into dependabot/go_modules/golang.org/x/net-0.17.0 #94

Workflow file for this run

name: Go Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: make verification
run: make verifiers
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...