Skip to content
Snippets Groups Projects
Commit df23c24e authored by Neil-Jocelyn Schark's avatar Neil-Jocelyn Schark
Browse files

Set go version in dev container to normal minor version and update clab

See merge request !565

Co-authored-by: Neil-Jocelyn Schark <--global>
parent 1efc0da7
Branches
Tags
1 merge request!565Set go version in dev container to normal minor version and update clab
Pipeline #163912 passed
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"build": { "build": {
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
"_CLAB_VERSION": "0.46.1" "_CLAB_VERSION": "0.46.2"
} }
}, },
"features": { "features": {
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
"version": "latest" "version": "latest"
}, },
"ghcr.io/devcontainers/features/go:1": { "ghcr.io/devcontainers/features/go:1": {
"version": "1.21.1" "version": "1.21"
} }
}, },
// add any required extensions that must be pre-installed in the devcontainer // add any required extensions that must be pre-installed in the devcontainer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment