Skip to content

Commit fc35963

Browse files
committed
Go 1.25.4
1 parent 0b904d1 commit fc35963

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/go-1.25/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"upgradePackages": "false"
1919
},
2020
"ghcr.io/devcontainers/features/go:1": {
21-
"version": "1.25.3",
21+
"version": "1.25.4",
2222
"golangciLintVersion": "2.6.0"
2323
},
2424
"ghcr.io/devcontainers/features/github-cli:1": {

src/go-1.25/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To build and publish this custom image:
55
```bash
66
devcontainer build \
77
--workspace-folder src/go-1.25 \
8-
--image-name ghcr.io/bryk-io/devcontainer-go:1.25.3 \
8+
--image-name ghcr.io/bryk-io/devcontainer-go:1.25.4 \
99
--push false
1010
```
1111

src/go-1.25/details.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
image=devcontainer-go
2-
tags=1.25.3
2+
tags=1.25.4

0 commit comments

Comments
 (0)