We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc9f402 commit f84750cCopy full SHA for f84750c
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Dependabot CLI",
3
- "image": "mcr.microsoft.com/devcontainers/go:1.24",
+ "image": "mcr.microsoft.com/devcontainers/go:1.25",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker": "latest"
6
},
go.mod
module github.com/dependabot/cli
-go 1.24.0
+go 1.25.0
require (
github.com/MakeNowJust/heredoc v1.0.0
0 commit comments