Skip to content

Commit

Permalink
🔨 devcontainerのGoバージョンを1.20 -> 1.21に
Browse files Browse the repository at this point in the history
  • Loading branch information
toriwasa committed Nov 2, 2023
1 parent 07c8faf commit f8ec2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# サービスのビルド環境および実行環境のコンテナ
FROM mcr.microsoft.com/vscode/devcontainers/go:1
FROM mcr.microsoft.com/vscode/devcontainers/go:1.21
WORKDIR /workspace

# 作業ディレクトリ配下をコンテナ側の作業用ディレクトリにコピーする
Expand Down

0 comments on commit f8ec2d4

Please sign in to comment.