Skip to content

Commit

Permalink
build: Bump devcontainer version to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Sep 21, 2024
1 parent f1c8c06 commit 143e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 143e727

Please sign in to comment.