Skip to content

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0 #58

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0

Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.23.0 #58

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: setup Go
uses: actions/setup-go@v2
with:
go-version: '1.22'
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: make style
- run: make vet
- run: make test
- run: make BRANCH=${{ github.head_ref || github.ref_name }} build
- run: make integ