Skip to content

Commit

Permalink
[Go] - EOL v1.21 changes (#1180)
Browse files Browse the repository at this point in the history
* [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]>
  • Loading branch information
gauravsaini04 and samruddhikhandale authored Sep 10, 2024
1 parent 48aee85 commit f56e913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| *Categories* | Core, Languages |
| *Definition type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/go |
| *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)) |
| *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)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm`, and `bullseye` variants |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Debian |
Expand Down
15 changes: 1 addition & 14 deletions src/go/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
"variants": [
"1.23-bookworm",
"1.22-bookworm",
"1.21-bookworm",
"1.23-bullseye",
"1.22-bullseye",
"1.21-bullseye"
"1.22-bullseye"
],
"build": {
"latest": "1.23-bookworm",
Expand All @@ -23,21 +21,13 @@
"linux/amd64",
"linux/arm64"
],
"1.21-bookworm": [
"linux/amd64",
"linux/arm64"
],
"1.23-bullseye": [
"linux/amd64",
"linux/arm64"
],
"1.22-bullseye": [
"linux/amd64",
"linux/arm64"
],
"1.21-bullseye": [
"linux/amd64",
"linux/arm64"
]
},
"variantTags": {
Expand All @@ -53,9 +43,6 @@
"1.23-bullseye": [
"go:${VERSION}-1-bullseye",
"go:${VERSION}-bullseye"
],
"1.21-bookworm": [
"go:${VERSION}-1.21"
]
}
},
Expand Down

0 comments on commit f56e913

Please sign in to comment.