-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Description
OAuth2-Proxy Version
7.12.0
Provider
None
Expected Behaviour
- I should be able to
go mod tidy
in my devcontainer
Current Behaviour
mcr.microsoft.com/vscode/devcontainers/go:1-1.23
is the base imagego 1.24.6
is used ingo.mod
go mod tidy
step fails
Steps To Reproduce
- Bootstrap devcontainer environment
- Error log shows
go mod tidy
failure
Possible Solutions
Bump the devcontainer image version to 1.25 maybe?
Configuration details or additional information
I can make a PR for this