We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b904d1 commit fc35963Copy full SHA for fc35963
3 files changed
src/go-1.25/.devcontainer/devcontainer.json
@@ -18,7 +18,7 @@
18
"upgradePackages": "false"
19
},
20
"ghcr.io/devcontainers/features/go:1": {
21
- "version": "1.25.3",
+ "version": "1.25.4",
22
"golangciLintVersion": "2.6.0"
23
24
"ghcr.io/devcontainers/features/github-cli:1": {
src/go-1.25/README.md
@@ -5,7 +5,7 @@ To build and publish this custom image:
5
```bash
6
devcontainer build \
7
--workspace-folder src/go-1.25 \
8
---image-name ghcr.io/bryk-io/devcontainer-go:1.25.3 \
+--image-name ghcr.io/bryk-io/devcontainer-go:1.25.4 \
9
--push false
10
```
11
src/go-1.25/details.txt
@@ -1,2 +1,2 @@
1
image=devcontainer-go
2
-tags=1.25.3
+tags=1.25.4
0 commit comments