Skip to content

Commit

Permalink
action giving out about go version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Jan 12, 2024
1 parent 7fe7615 commit 44926de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
- name: Install libpcap
run: sudo apt-get install -y libpcap-dev
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
version: latest
Expand All @@ -45,4 +43,6 @@ jobs:
# skip-pkg-cache: true

# Optional: if set to true then the action don't cache or restore ~/.cache/go-build.
# skip-build-cache: true
# skip-build-cache: true
- name: Install libpcap
run: sudo apt-get install -y libpcap-dev

0 comments on commit 44926de

Please sign in to comment.