ci: bump to go 1.23 (#453)
Upgrade to Go 1.23. Upgrade also requires bumping `golangci-lint` to v1.62.2, and upgrading third-party test versions for some failing cases.
This commit is contained in:
committed by
GitHub
parent
3b84ecd27b
commit
b985ff5775
@@ -21,7 +21,7 @@ func TestZeroing(t *testing.T) {
|
||||
var got [8]uint64
|
||||
Zeroing(&got)
|
||||
|
||||
for i := 0; i < 8; i++ {
|
||||
for i := range 8 {
|
||||
if got[i] != expect {
|
||||
t.Errorf("got[%d] = %d; expect %d", i, got[i], expect)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user