Update go modules and bump minimum Go version to 1.23 (#11)

* Update go modules
* Update minimal Go version to 1.23
* Update README.md with tools that support pcap-over-ip
This commit is contained in:
Yun Zheng Hu
2025-05-16 16:53:32 +02:00
committed by GitHub
parent e6be4ec35f
commit fe3c0b2cdf
4 changed files with 18 additions and 14 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'
- name: Build
run: go build -v ./...