Skip to content

Commit f56e913

Browse files
[Go] - EOL v1.21 changes (#1180)
* [Go] - EOL v1.21 changes * Update src/go/manifest.json Co-authored-by: Samruddhi Khandale <[email protected]> * one change that was left to be removed - suggested by pr review comments ! thanks ! --------- Co-authored-by: Samruddhi Khandale <[email protected]>
1 parent 48aee85 commit f56e913

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

src/go/README.md

+1-1
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.23 / 1.23-bookworm, 1.22 / 1.22-bookworm, 1-bullseye, 1.22-bullseye, 1.21-bullseye ([full list](https://mcr.microsoft.com/v2/devcontainers/go/tags/list)) |
13+
| *Available image variants* | 1 / 1-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)) |
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 |

src/go/manifest.json

+1-14
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"variants": [
44
"1.23-bookworm",
55
"1.22-bookworm",
6-
"1.21-bookworm",
76
"1.23-bullseye",
8-
"1.22-bullseye",
9-
"1.21-bullseye"
7+
"1.22-bullseye"
108
],
119
"build": {
1210
"latest": "1.23-bookworm",
@@ -23,21 +21,13 @@
2321
"linux/amd64",
2422
"linux/arm64"
2523
],
26-
"1.21-bookworm": [
27-
"linux/amd64",
28-
"linux/arm64"
29-
],
3024
"1.23-bullseye": [
3125
"linux/amd64",
3226
"linux/arm64"
3327
],
3428
"1.22-bullseye": [
3529
"linux/amd64",
3630
"linux/arm64"
37-
],
38-
"1.21-bullseye": [
39-
"linux/amd64",
40-
"linux/arm64"
4131
]
4232
},
4333
"variantTags": {
@@ -53,9 +43,6 @@
5343
"1.23-bullseye": [
5444
"go:${VERSION}-1-bullseye",
5545
"go:${VERSION}-bullseye"
56-
],
57-
"1.21-bookworm": [
58-
"go:${VERSION}-1.21"
5946
]
6047
}
6148
},

0 commit comments

Comments
 (0)