Skip to content

Commit f84750c

Browse files
authored
Update go from 1.24.0 to 1.25.0 (#570)
1 parent dc9f402 commit f84750c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dependabot CLI",
3-
"image": "mcr.microsoft.com/devcontainers/go:1.24",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.25",
44
"features": {
55
"ghcr.io/devcontainers/features/docker-in-docker": "latest"
66
},

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dependabot/cli
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/MakeNowJust/heredoc v1.0.0

0 commit comments

Comments
 (0)