Commit db8d6b5
Run golangci-lint on a supported Go version
We only need to run lint on a single version of Go, as the output isn't
Go runtime dependent, however, we need to be careful to run it in an
environment where the Go runtime isn't newer than what the golangci-lint
executable was built with, because it panics on some kind of version
check in that case.
Resolves: oapi-codegen#22141 parent 15c1daf commit db8d6b5
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments