Commit b188dde
authored
Drop stale Go version guard in
### Motivation
The Go version check before running `//pkg/template:generate` and `inv tidy` was introduced when those tasks relied on the system `go` binary.
Since #47751 both operations go through Bazel's hermetic Go toolchain, making the system `go` version irrelevant.
### What does this PR do?
Remove the guard, which became dead code and should have been removed in the frame of #47751, sorry.
Co-authored-by: regis.desgroppes <regis.desgroppes@datadoghq.com>inv update-go (#48251)1 parent a90a700 commit b188dde
1 file changed
Lines changed: 2 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 93 | + | |
| 94 | + | |
108 | 95 | | |
109 | 96 | | |
110 | 97 | | |
| |||
0 commit comments