Skip to content

Commit

Permalink
[GO] - Add support for v1.23 (#282)
Browse files Browse the repository at this point in the history
* [GO] - Add support for v1.23

* changes

* changes as wanted in pr review comments
  • Loading branch information
gauravsaini04 authored Sep 11, 2024
1 parent 1b70d5e commit b870170
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": "4.0.2",
"version": "4.1.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.23-bookworm",
"1.22-bookworm",
"1.21-bookworm",
"1-bullseye",
"1.22-bullseye",
"1.21-bullseye"
"1.23-bullseye",
"1.22-bullseye"
],
"default": "1.22-bookworm"
"default": "1.23-bookworm"
}
},
"platforms": ["Go"],
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": "4.0.2",
"version": "4.1.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.23-bookworm",
"1.22-bookworm",
"1.21-bookworm",
"1-bullseye",
"1.22-bullseye",
"1.21-bullseye"
"1.23-bullseye",
"1.22-bullseye"
],
"default": "1.22-bookworm"
"default": "1.23-bookworm"
}
},
"platforms": ["Go"],
Expand Down

0 comments on commit b870170

Please sign in to comment.