mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 19:13:16 -06:00
[chore] Bump tooling versions, bump go -> v1.23.0
This commit is contained in:
parent
0a1555521d
commit
c1543c029b
17 changed files with 171 additions and 84 deletions
2
internal/cache/domain/domain.go
vendored
2
internal/cache/domain/domain.go
vendored
|
|
@ -220,7 +220,7 @@ func (n *node) getChild(part string) *node {
|
|||
|
||||
for i < j {
|
||||
// avoid overflow when computing h
|
||||
h := int(uint(i+j) >> 1)
|
||||
h := int(uint(i+j) >> 1) // #nosec G115
|
||||
// i ≤ h < j
|
||||
|
||||
if n.child[h].part < part {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue