Skip to content

Commit a1c311e

Browse files
committed
fix: update go version in dockerfile
1 parent b2d40a6 commit a1c311e

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
@@ -6,7 +6,7 @@
66

77
# This phase uses the Alpine-based Go image to compile the source code of the application.
88
# By parameterizing the Go version, it becomes straightforward to maintain and modify in the future.
9-
ARG GO_VERSION=1.22
9+
ARG GO_VERSION=1.23
1010
FROM golang:${GO_VERSION}-alpine AS build
1111
RUN apk add --no-cache git make
1212
WORKDIR /tmp/src

0 commit comments

Comments
 (0)