Skip to content

Commit 7e4a9c9

Browse files
committed
upgrade Go
1 parent 8c96356 commit 7e4a9c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Build Image
33
#
44
FROM ubuntu:25.04 AS build
5-
ENV GO_VERSION=1.23.1
5+
ENV GO_VERSION=1.23.8
66

77
# Build dependencies:
88
RUN apt update -y

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Test Image
33
#
44
FROM ubuntu:22.04 AS build
5-
ENV GO_VERSION=1.23.1
5+
ENV GO_VERSION=1.23.8
66

77
# Build dependencies:
88
RUN apt update -y

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/evanrolfe/trayce_agent
22

3-
go 1.23.1
3+
go 1.23.8
44

55
require github.com/aquasecurity/libbpfgo v0.8.0-libbpf-1.5
66

0 commit comments

Comments
 (0)