Skip to content

Commit 0ce808a

Browse files
authored
chore: bump go builder in test Dockerfile (#679)
Signed-off-by: Jan Fajerski <[email protected]>
1 parent 365e30d commit 0ce808a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Builder ###
2-
FROM golang:1.22 as builder
2+
FROM golang:1.23 as builder
33

44
ENV PKG=/workspace
55
WORKDIR ${PKG}

0 commit comments

Comments
 (0)