Skip to content

Commit a32092d

Browse files
Update golang Docker tag to v1.24
1 parent 601fb61 commit a32092d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/go/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ビルド環境
2-
FROM golang:1.22 AS builder
2+
FROM golang:1.24 AS builder
33

44
# アプリケーションのソースコードを含むディレクトリを指定
55
WORKDIR /app

0 commit comments

Comments
 (0)