Skip to content

Commit 9e6e34b

Browse files
authoredJan 8, 2025··
[misc] Upgrade go to 1.23 inn devcontainer (#3160)
1 parent d9905d1 commit 9e6e34b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-bullseye
1+
FROM golang:1.23-bullseye
22

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

‎.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"features": {
88
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
99
"ghcr.io/devcontainers/features/go:1": {
10-
"version": "1.21"
10+
"version": "1.23"
1111
}
1212
},
1313
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

0 commit comments

Comments
 (0)
Please sign in to comment.