Skip to content

Commit 17b2dd6

Browse files
authored
update Dockerfile go version to 1.21 (#50)
1 parent c644eca commit 17b2dd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20 as builder
1+
FROM golang:1.21 as builder
22
WORKDIR /workspace
33

44
COPY go.mod go.mod

0 commit comments

Comments
 (0)