Skip to content

Bump github.com/vmware/go-ipfix from 0.8.1 to 0.8.2 (#558) #1174

Bump github.com/vmware/go-ipfix from 0.8.1 to 0.8.2 (#558)

Bump github.com/vmware/go-ipfix from 0.8.1 to 0.8.2 (#558) #1174

name: pull request - e2e tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
e2e-tests:
name: e2e-tests
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.20']
steps:
- name: install make
run: sudo apt-get install make
- name: set up go 1.x
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: checkout
uses: actions/checkout@v3
- name: run build
run: make build
- name: run end-to-end tests
run: make tests-e2e