Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

Commit

Permalink
Added Go 1.16 to CI test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmalware committed Mar 20, 2021
1 parent b61bcc3 commit efed557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: ["1.13", "1.14", "1.15"]
go: ["1.13", "1.14", "1.15", "1.16"]
steps:
- name: Install libpcap dependencies
run: sudo apt update && sudo apt install libpcap-dev
Expand Down

0 comments on commit efed557

Please sign in to comment.