Skip to content

Commit d4ce24e

Browse files
authored
Update go from 1.25.0 to 1.26.0 (#574)
https://go.dev/doc/go1.26
1 parent abe22fb commit d4ce24e

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.25",
3+
"image": "mcr.microsoft.com/devcontainers/go:1.26",
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.25.0
3+
go 1.26.0
44

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

0 commit comments

Comments
 (0)