upgrade golang to 1.21.9 #585
Annotations
2 errors
test:
pkg/lockers/k8s_locker/k8s_locker.go#L27
[staticcheck] reported by reviewdog 🐶
"k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers.
Raw Output:
{"source":{"name":"staticcheck","url":"https://staticcheck.io"},"message":"\"k8s.io/utils/pointer\" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. ","code":{"value":"SA1019","url":"https://staticcheck.io/docs/checks#SA1019"},"location":{"path":"/home/runner/work/gnmic/gnmic/pkg/lockers/k8s_locker/k8s_locker.go","range":{"start":{"line":27,"column":2}}},"severity":"ERROR"}
|
test
Process completed with exit code 1.
|