Skip to content

Commit edfd70d

Browse files
authored
chore(Dockerfile): updated to go 1.21 (#171)
1 parent d05a271 commit edfd70d

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
@@ -2,7 +2,7 @@
22

33
# --- builder ---
44

5-
FROM golang:1.20 as builder
5+
FROM golang:1.21 as builder
66

77
RUN GO111MODULE=on
88

0 commit comments

Comments
 (0)