Skip to content

Commit 440dda2

Browse files
[GO]- EOL v1.22 changes (#1335)
* go - EOL v1.22 changes * go 1.22 EOL changes
1 parent 6d3564a commit 440dda2

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

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-bookworm, 1.24 / 1.24-bookworm, 1.23 / 1.23-bookworm, 1.22 / 1.22-bookworm, 1-bullseye, 1.22-bullseye ([full list](https://mcr.microsoft.com/v2/devcontainers/go/tags/list)) |
13+
| *Available image variants* | 1 / 1-bookworm, 1.24 / 1.24-bookworm, 1.23 / 1.23-bookworm, 1-bullseye ([full list](https://mcr.microsoft.com/v2/devcontainers/go/tags/list)) |
1414
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, and `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-bookworm`, `1-bullseye` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/go:1.24` (or `1.24-bookworm`, `1.24-bullseye` to pin to an OS version)
2828
- `mcr.microsoft.com/devcontainers/go:1.23` (or `1.23-bookworm`, `1.23-bullseye` to pin to an OS version)
29-
- `mcr.microsoft.com/devcontainers/go:1.22` (or `1.22-bookworm`, `1.22-bullseye` 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 & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"variants": [
44
"1.24-bookworm",
55
"1.23-bookworm",
6-
"1.22-bookworm",
76
"1.24-bullseye",
8-
"1.23-bullseye",
9-
"1.22-bullseye"
7+
"1.23-bullseye"
108
],
119
"build": {
1210
"latest": "1.24-bookworm",
@@ -23,21 +21,13 @@
2321
"linux/amd64",
2422
"linux/arm64"
2523
],
26-
"1.22-bookworm": [
27-
"linux/amd64",
28-
"linux/arm64"
29-
],
3024
"1.24-bullseye": [
3125
"linux/amd64",
3226
"linux/arm64"
3327
],
3428
"1.23-bullseye": [
3529
"linux/amd64",
3630
"linux/arm64"
37-
],
38-
"1.22-bullseye": [
39-
"linux/amd64",
40-
"linux/arm64"
4131
]
4232
},
4333
"variantTags": {
@@ -53,9 +43,6 @@
5343
"go:${VERSION}-1-bookworm",
5444
"go:${VERSION}-bookworm"
5545
],
56-
"1.22-bookworm": [
57-
"go:${VERSION}-1.22"
58-
],
5946
"1.24-bullseye": [
6047
"go:${VERSION}-1-bullseye",
6148
"go:${VERSION}-bullseye"

0 commit comments

Comments
 (0)