Skip to content

Bump the gomod-minor-updates group with 1 update #1470

Bump the gomod-minor-updates group with 1 update

Bump the gomod-minor-updates group with 1 update #1470

Workflow file for this run

name: "Test"
on:
pull_request:
paths-ignore:
- '**.md'
permissions: read-all
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.21.0'
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
with:
node-version: 18
- name: Install libpcap-dev
run: sudo apt-get install -y libpcap-dev
- name: Run tests
run: go test -v ./...
run-linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.21.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0