Skip to content

Commit

Permalink
Go : Add support for 1.22 ; EOL 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale committed Feb 13, 2024
1 parent c3f2798 commit e068414
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/go-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "go-postgres",
"version": "3.1.0",
"version": "4.0.0",
"name": "Go & PostgreSQL",
"description": "Use and develop Go + Postgres applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go-postgres",
Expand All @@ -12,13 +12,13 @@
"description": "Go version:",
"proposals": [
"1-bookworm",
"1.22-bookworm",
"1.21-bookworm",
"1.20-bookworm",
"1-bullseye",
"1.21-bullseye",
"1.20-bullseye"
"1.22-bullseye",
"1.21-bullseye"
],
"default": "1.21-bullseye"
"default": "1.22-bookworm"
}
},
"platforms": [
Expand Down
10 changes: 5 additions & 5 deletions src/go/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "go",
"version": "3.1.0",
"version": "4.0.0",
"name": "Go",
"description": "Develop Go based applications. Includes appropriate runtime args, Go, common tools, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/go",
Expand All @@ -12,13 +12,13 @@
"description": "Go version:",
"proposals": [
"1-bookworm",
"1.22-bookworm",
"1.21-bookworm",
"1.20-bookworm",
"1-bullseye",
"1.21-bullseye",
"1.20-bullseye"
"1.22-bullseye",
"1.21-bullseye"
],
"default": "1.21-bullseye"
"default": "1.22-bookworm"
}
},
"platforms": [
Expand Down

0 comments on commit e068414

Please sign in to comment.