Commit 87950bb
authored
ci: fix Go version and Linux race filter (#1060)
The first CI run after the native web application merge failed before exercising
the new API and web checks. Those jobs used Go 1.26.4 while the module requires
Go 1.26.6. The Linux race job also assumed ripgrep on the project's
self-hosted runner, so it exited before filtering the package list.
This updates the API and web jobs to the required toolchain and uses the
runner's standard `grep` utility for the race shard. Application and release
packaging code remain unchanged; this only restores CI coverage.
Co-authored-by: Wes McKinney <wesm@users.noreply.github.com>1 parent eba43f6 commit 87950bb
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
0 commit comments