Skip to content

Add date option for PCAP collection #115

Add date option for PCAP collection

Add date option for PCAP collection #115

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version:
- "1.25.2"
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.5.0
args: --timeout=5m
- name: Build
run: make build
test:
runs-on: ubuntu-latest
needs: build
strategy:
matrix:
go-version:
- "1.25.2"
steps:
- uses: actions/checkout@v4
- name: Setup Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test -v -cover ./internal/ ./app/cmd/