Skip to content

Commit

Permalink
fix: typo to declare install order
Browse files Browse the repository at this point in the history
  • Loading branch information
guiyomh committed Nov 30, 2023
1 parent 2eb737c commit a73dea0
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 113 deletions.
42 changes: 21 additions & 21 deletions src/gomarkdoc/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "gomarkdoc",
"version": "0.1.0",
"name": "gomarkdoc",
"description":" formats documentation for one or more packages as markdown.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.4.1",
"0.4.0",
"0.3.2"
],
"default": "latest",
"description": "Select or enter a gomarkdoc version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "gomarkdoc",
"version": "0.1.0",
"name": "gomarkdoc",
"description": " formats documentation for one or more packages as markdown.",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"0.4.1",
"0.4.0",
"0.3.2"
],
"default": "latest",
"description": "Select or enter a gomarkdoc version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
46 changes: 23 additions & 23 deletions src/goreleaser/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"id": "goreleaser",
"version": "0.1.1",
"name": "goreleaser",
"description":"Install Goreleaser, to release Go projects as fast and easily as possible!",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.12.3",
"v1.11.2",
"v1.10.3",
"v1.9.2",
"v1.8.3"
],
"default": "latest",
"description": "Select or enter a goreleaser version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "goreleaser",
"version": "0.1.1",
"name": "goreleaser",
"description": "Install Goreleaser, to release Go projects as fast and easily as possible!",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.12.3",
"v1.11.2",
"v1.10.3",
"v1.9.2",
"v1.8.3"
],
"default": "latest",
"description": "Select or enter a goreleaser version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
42 changes: 21 additions & 21 deletions src/gotestsum/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "gotestsum",
"version": "0.1.1",
"name": "gotestsum",
"description":"Install a pretty test runner",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.8.2",
"v1.7.0",
"v1.6.4"
],
"default": "latest",
"description": "Select or enter a gotestsum version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "gotestsum",
"version": "0.1.1",
"name": "gotestsum",
"description": "Install a pretty test runner",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"v1.8.2",
"v1.7.0",
"v1.6.4"
],
"default": "latest",
"description": "Select or enter a gotestsum version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
42 changes: 21 additions & 21 deletions src/mage/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"id": "mage",
"version": "0.1.0",
"name": "mage",
"description":"a Make/rake-like dev tool using Go",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"1.14.0",
"1.13.0",
"1.12.1"
],
"default": "latest",
"description": "Select or enter a mage version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "mage",
"version": "0.1.0",
"name": "mage",
"description": "a Make/rake-like dev tool using Go",
"options": {
"version": {
"type": "string",
"proposals": [
"latest",
"1.14.0",
"1.13.0",
"1.12.1"
],
"default": "latest",
"description": "Select or enter a mage version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}
54 changes: 27 additions & 27 deletions src/pact-go/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"id": "pact-go",
"version": "0.1.1",
"name": "pact-go",
"description":"Configure Pact, to do contract testing with golang. Checks versions of required Pact CLI tools for used by the library.",
"options": {
"version": {
"type": "string",
"proposals": [
"2.0.0-beta.10",
"2.0.0-beta.9",
"2.0.0-beta.8",
"2.0.0-beta.7",
"2.0.0-beta.6",
"2.0.0-beta.5",
"2.0.0-beta.4",
"2.0.0-beta.3",
"2.0.0-beta.2",
"2.0.0-beta.1"
],
"default": "2.0.0-beta.10",
"description": "Select or enter a pact-go version to install"
}
},
"installAfter": [
"ghcr.io/devcontainers/features/go"
]
}
"id": "pact-go",
"version": "0.1.1",
"name": "pact-go",
"description": "Configure Pact, to do contract testing with golang. Checks versions of required Pact CLI tools for used by the library.",
"options": {
"version": {
"type": "string",
"proposals": [
"2.0.0-beta.10",
"2.0.0-beta.9",
"2.0.0-beta.8",
"2.0.0-beta.7",
"2.0.0-beta.6",
"2.0.0-beta.5",
"2.0.0-beta.4",
"2.0.0-beta.3",
"2.0.0-beta.2",
"2.0.0-beta.1"
],
"default": "2.0.0-beta.10",
"description": "Select or enter a pact-go version to install"
}
},
"installsAfter": [
"ghcr.io/devcontainers/features/go"
]
}

0 comments on commit a73dea0

Please sign in to comment.