fix(devcontainer): bump Go version to 1.25 in devcontainer base image
The devcontainer was using Go 1.23 but go.mod requires Go 1.25.0. This caused 'go mod tidy' to fail in the devcontainer environment. Signed-off-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
parent
75ff537915
commit
c7dff65dee
|
|
@ -1,4 +1,4 @@
|
|||
FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.23
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/go:1-1.25
|
||||
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue