-
- Downloads
Upgrade linter - fix found issues - use go1.20 (#148)
Showing
- .github/workflows/pull_request.yml 1 addition, 1 deletion.github/workflows/pull_request.yml
- .github/workflows/pull_request_e2e.yml 1 addition, 1 deletion.github/workflows/pull_request_e2e.yml
- .github/workflows/push_image.yml 1 addition, 1 deletion.github/workflows/push_image.yml
- .github/workflows/push_image_pr.yml 1 addition, 1 deletion.github/workflows/push_image_pr.yml
- .github/workflows/release.yml 1 addition, 1 deletion.github/workflows/release.yml
- .golangci.yml 2 additions, 6 deletions.golangci.yml
- Dockerfile 1 addition, 1 deletionDockerfile
- Makefile 2 additions, 2 deletionsMakefile
- examples/performance/Dockerfile_packet_counter 1 addition, 1 deletionexamples/performance/Dockerfile_packet_counter
- go.mod 1 addition, 1 deletiongo.mod
- scripts/generators.Dockerfile 1 addition, 1 deletionscripts/generators.Dockerfile
module github.com/netobserv/netobserv-ebpf-agent | ||
go 1.18 | ||
go 1.19 | ||
require ( | ||
github.com/caarlos0/env/v6 v6.9.1 | ||
... | ... |
Please register or sign in to comment