Skip to content

Commit 065429e

Browse files
committed
chore: Update go version to 1.20.6 in the Dockerfile
1 parent ce7d1ec commit 065429e

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
# build stage
33
# =============================================================================
44

5-
FROM golang:1.20.5-alpine AS builder
5+
FROM golang:1.20.6-alpine AS builder
66

77
WORKDIR /sdk
88

0 commit comments

Comments
 (0)