Skip to content

Add Dockerfile for devourer with build-go and debian-slim base #17

Add Dockerfile for devourer with build-go and debian-slim base

Add Dockerfile for devourer with build-go and debian-slim base #17

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: sudo apt-get update && sudo apt-get install -y libpcap0.8 libpcap0.8-dev
- name: Run tests
run: go test -v ./...