Skip to content

LBAAS-142: add lbaas/v2 bindings #1139

LBAAS-142: add lbaas/v2 bindings

LBAAS-142: add lbaas/v2 bindings #1139

Workflow file for this run

name: Dependency check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
go-mod:
runs-on: ubuntu-latest
strategy:
matrix:
go:
- version: "1.20"
name: target
- version: "1.21"
name: latest
name: "Dependency check with ${{ matrix.go.name }} Go"
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go.version }}
- name: run depscheck
run: make depscheck