Update dependency tilt-dev/tilt to v0.33.4 #1096
check.yml
on: push
Lint go code
42s
Verify go test
32s
Verify tilt ci (development images)
1m 7s
Verify tilt ci (production images)
1m 0s
Annotations
4 errors
Lint go code:
cmd/network-health-client/main.go#L6
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint go code:
cmd/network-health-server/main.go#L8
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint go code:
pkg/healthz_test.go#L5
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Lint go code
issues found
|