Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dependabot CLI",
"image": "mcr.microsoft.com/devcontainers/go:1.25",
"image": "mcr.microsoft.com/devcontainers/go:1.26",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sadly, it looks like this hasn't dropped yet... it's causing codespaces to fail to build and that's because the tag isn't available yet.

We use them rarely (I mean it's 3 weeks and no on has complained) so let's keep as-is I guess, but next time maybe wait a few more weeks or confirm a codespace can build from the PR branch?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @JamieMagee ☝️ FYI re: double-checking a codespace builds when a PR modifies the devcontainer.json file... unless I misunderstand how this all works, as I'm not super familiar with devcontainers plumbing...

"features": {
"ghcr.io/devcontainers/features/docker-in-docker": "latest"
},
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dependabot/cli

go 1.25.0
go 1.26.0

require (
github.com/MakeNowJust/heredoc v1.0.0
Expand Down
Loading