Skip to content

Commit fda6e47

Browse files
committed
chore: update Dockerfile to use Go version 1.21
- Update the value of the `GO_VERSION` argument in the Dockerfile from `1.20` to `1.21` Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent a25c467 commit fda6e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.06

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
ARG GO_VERSION=1.20
2+
ARG GO_VERSION=1.21
33
FROM golang:${GO_VERSION}-alpine as builder
44

55
WORKDIR /src

0 commit comments

Comments
 (0)