Commit a6a1766
authored
[chore] Remove toolchain directive from cmd/otelcorecol (#14137)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
<!-- Issue number if applicable -->
This is not really needed anymore in recent Go versions, so I think we
can remove it and avoid CI failures on every patch.
In particular, [the Go 1.25 release notes](https://go.dev/doc/go1.25)
state:
> When the go command updates the go line in a go.mod or go.work file,
it [no longer](https://go.dev/ref/mod#go-mod-file-toolchain) adds a
toolchain line specifying the command’s current version.1 parent 09a2719 commit a6a1766
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
0 commit comments