We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c96356 commit 7e4a9c9Copy full SHA for 7e4a9c9
Dockerfile
@@ -2,7 +2,7 @@
2
# Build Image
3
#
4
FROM ubuntu:25.04 AS build
5
-ENV GO_VERSION=1.23.1
+ENV GO_VERSION=1.23.8
6
7
# Build dependencies:
8
RUN apt update -y
Dockerfile.test
# Test Image
FROM ubuntu:22.04 AS build
go.mod
@@ -1,6 +1,6 @@
1
module github.com/evanrolfe/trayce_agent
-go 1.23.1
+go 1.23.8
require github.com/aquasecurity/libbpfgo v0.8.0-libbpf-1.5
0 commit comments