[misc] Upgrade go to 1.23 inn devcontainer (#3160)

This commit is contained in:
Simon Smith
2025-01-08 10:48:10 +00:00
committed by GitHub
parent d9905d1a57
commit 9e6e34b42d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.21-bullseye
FROM golang:1.23-bullseye
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends\