[WIP] [experimental] replace ring gogoproto with csproto #529
Annotations
31 errors and 4 warnings
Check
Process completed with exit code 2.
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L31
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L63
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L85
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L104
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L128
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L150
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/partition_instance_ring_test.go#L233
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/ring_http_test.go#L20
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/ring_test.go#L320
cannot use generateRingInstances(NewRandomTokenGeneratorWithSeed(0), numInstances, numZones, numTokens) (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.23.x:
ring/ring_test.go#L532
cannot use InstanceDesc{…} (value of type InstanceDesc) as *InstanceDesc value in assignment
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L31
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L63
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L85
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L104
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L128
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L150
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/partition_instance_ring_test.go#L233
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/ring_http_test.go#L20
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/ring_test.go#L320
cannot use generateRingInstances(NewRandomTokenGeneratorWithSeed(0), numInstances, numZones, numTokens) (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.22.x:
ring/ring_test.go#L532
cannot use InstanceDesc{…} (value of type InstanceDesc) as *InstanceDesc value in assignment
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L31
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L63
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L85
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L104
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L128
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L150
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/partition_instance_ring_test.go#L233
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/ring_http_test.go#L20
cannot use map[string]InstanceDesc{…} (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/ring_test.go#L320
cannot use generateRingInstances(NewRandomTokenGeneratorWithSeed(0), numInstances, numZones, numTokens) (value of type map[string]InstanceDesc) as map[string]*InstanceDesc value in struct literal
|
Test on Go 1.21.x:
ring/ring_test.go#L532
cannot use InstanceDesc{…} (value of type InstanceDesc) as *InstanceDesc value in assignment
|
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on Go 1.23.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on Go 1.22.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on Go 1.21.x
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|