[main] Upgrade to latest dependencies #1489
Annotations
4 errors and 1 warning
Go Lint:
pkg/reconciler/contour/contour.go#L167
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
Go Lint:
pkg/reconciler/contour/resources/httpproxy.go#L45
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
Go Lint:
pkg/reconciler/contour/resources/kingress.go#L99
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
|
Go Lint
issues found
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/net-contour/net-contour. Supported file pattern: go.sum
|
Loading