Commit 70214df
authored
fix: bump TOOLS_GO_VERSION arg for devcontainer (#1205)
What:
The devcontainer uses the argument TOOLS_GO_VERSION to download golang
from the url
"https://golang.org/dl/go${TOOLS_GO_VERSION}.linux-${ARCH}.tar.gz" in
the [devcontainer.json file](
https://github.com/kagent-dev/kagent/blob/main/.devcontainer/devcontainer.json).
The current version is set to "1.24.3" which does not correspond with
[go.mod](https://github.com/kagent-dev/kagent/blob/main/go/go.mod) which
is set to "1.25.5"
Why:
The current setup produces errors in VScode when building the
devcontainer as it does not have the correct version of golang to use
the golang packages.
How:
Bumped from "1.24.3" to "1.25.5" in the devcontainer
edit: typos1 parent 753c9f9 commit 70214df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments