Skip to content

Commit 385bfc1

Browse files
Go 1.18 - EOL (#449)
1 parent 0ef1922 commit 385bfc1

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

src/go/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.20, 1.19, 1.18, 1-bullseye, 1.20-bullseye, 1.19-bullseye, 1.18-bullseye, 1-buster, 1.20-buster, 1.19-buster, 1.18-buster
1+
# [Choice] Go version (use -bullseye variants on local arm64/Apple Silicon): 1, 1.20, 1.19, 1-bullseye, 1.20-bullseye, 1.19-bullseye, 1-buster, 1.20-buster, 1.19-buster
22
ARG VARIANT=1.20-bullseye
33
FROM golang:${VARIANT}
44

src/go/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
| *Categories* | Core, Languages |
1111
| *Definition type* | Dockerfile |
1212
| *Published images* | mcr.microsoft.com/devcontainers/go |
13-
| *Available image variants* | 1 / 1-bullseye, 1.20 / 1.20-bullseye, 1.19 / 1.19-bullseye, 1.18 / 1.18-bullseye, 1-buster, 1.20-buster, 1.19-buster, 1.18-buster ([full list](https://mcr.microsoft.com/v2/devcontainers/go/tags/list)) |
13+
| *Available image variants* | 1 / 1-bullseye, 1.20 / 1.20-bullseye, 1.19 / 1.19-bullseye, 1-buster, 1.20-buster, 1.19-buster ([full list](https://mcr.microsoft.com/v2/devcontainers/go/tags/list)) |
1414
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bullseye` variants |
1515
| *Container host OS support* | Linux, macOS, Windows |
1616
| *Container OS* | Debian |
@@ -26,7 +26,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2626
- `mcr.microsoft.com/devcontainers/go:1` (or `1-bullseye`, `1-buster` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/go:1.20` (or `1.20-bullseye`, `1.20-buster` to pin to an OS version)
2828
- `mcr.microsoft.com/devcontainers/go:1.19` (or `1.19-bullseye`, `1.19-buster` to pin to an OS version)
29-
- `mcr.microsoft.com/devcontainers/go:1.18` (or `1.18-bullseye`, `1.18-buster` to pin to an OS version)
3029

3130
Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
3231

src/go/manifest.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"1.20-bullseye",
55
"1.20-buster",
66
"1.19-bullseye",
7-
"1.19-buster",
8-
"1.18-bullseye",
9-
"1.18-buster"
7+
"1.19-buster"
108
],
119
"build": {
1210
"latest": "1.20-bullseye",
@@ -23,18 +21,11 @@
2321
"linux/amd64",
2422
"linux/arm64"
2523
],
26-
"1.18-bullseye": [
27-
"linux/amd64",
28-
"linux/arm64"
29-
],
3024
"1.20-buster": [
3125
"linux/amd64"
3226
],
3327
"1.19-buster": [
3428
"linux/amd64"
35-
],
36-
"1.18-buster": [
37-
"linux/amd64"
3829
]
3930
},
4031
"variantTags": {
@@ -50,9 +41,6 @@
5041
],
5142
"1.19-bullseye": [
5243
"go:${VERSION}-1.19"
53-
],
54-
"1.18-bullseye": [
55-
"go:${VERSION}-1.18"
5644
]
5745
}
5846
},

0 commit comments

Comments
 (0)