Skip to content

Commit 5e26706

Browse files
committed
Update dev container
Require go version 1.24 Signed-off-by: James Taylor <[email protected]>
1 parent c50c882 commit 5e26706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/devcontainers/go:1-1.23-bookworm
1+
FROM mcr.microsoft.com/devcontainers/go:1-1.24-bookworm
22

33
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
44
&& apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)