Skip to content

Commit

Permalink
Update lint-go.yml
Browse files Browse the repository at this point in the history
add pcap-dev download to linter as well
  • Loading branch information
nomoresecretz committed Feb 18, 2024
1 parent dc94d4b commit bb4f1c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
go-version-file: 'go.mod'
cache-dependency-path: subdir/go.sum
- name: Install libpcap
run: sudo apt-get install libpcap-dev
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand Down

0 comments on commit bb4f1c7

Please sign in to comment.