Skip to content

Commit 5c2f193

Browse files
committed
fix: use go 1.21
1 parent f79f639 commit 5c2f193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18 as builder
1+
FROM golang:1.21 as builder
22

33
WORKDIR /workspace
44
# Copy the Go Modules manifests

0 commit comments

Comments
 (0)