Skip to content

Commit

Permalink
build: Update devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Jul 21, 2024
1 parent a765aa5 commit db0b8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"features": {
// https://github.com/devcontainers/features/tree/main/src/go
"ghcr.io/devcontainers/features/go:1": {
"version": "1.22"
"version": "1.22"
},
// https://github.com/devcontainers/features/tree/main/src/github-cli
"ghcr.io/devcontainers/features/github-cli:1": {
Expand Down Expand Up @@ -97,7 +97,7 @@
}
},
"hostRequirements": {
"cpus": 4,
"cpus": 2,
"memory": "8gb",
"storage": "32gb"
},
Expand Down

0 comments on commit db0b8f6

Please sign in to comment.