ci: bump go version (#15716)
This commit is contained in:
@@ -26,7 +26,7 @@ func (s *StringSuite) TestUnsafeStrToBytes() {
|
||||
b := unsafeConvertStr()
|
||||
runtime.GC()
|
||||
<-time.NewTimer(2 * time.Millisecond).C
|
||||
b2 := append(b, 'd') //nolint:gocritic // append is fine here
|
||||
b2 := append(b, 'd')
|
||||
s.Equal("abc", string(b))
|
||||
s.Equal("abcd", string(b2))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user