Skip to content

Add subnetCount to pod_ip_metrics.go #209

Add subnetCount to pod_ip_metrics.go

Add subnetCount to pod_ip_metrics.go #209

Workflow file for this run

name: Run tests
on: [ push, pull_request ]
jobs:
test:
strategy:
matrix:
go-version: [ "1.18", "1.19", "1.20" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Test
run: make -f Makefile.all test GOFLAGS="-v" GO_VERSION=${{ matrix.go-version }}