build: Bump devcontainer version to go 1.23

This commit is contained in:
Dark Dragon 2024-09-21 22:11:51 +02:00 committed by Frédéric Guillot
parent f1c8c060c0
commit c326d5574b

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: mcr.microsoft.com/devcontainers/go:1.22
image: mcr.microsoft.com/devcontainers/go:1.23
volumes:
- ..:/workspace:cached
command: sleep infinity