feat: Update golang.org/x/net/html #2972
Annotations
6 errors and 1 warning
Run golangci-lint
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
|
Run golangci-lint
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
|
Run golangci-lint
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
|
Run golangci-lint
import 'github.com/sirupsen/logrus' is not allowed from list 'main': please use log/slog from the standard library instead (depguard)
|
Run golangci-lint
import 'github.com/pkg/errors' is not allowed from list 'main': please use errors from the standard library instead (depguard)
|
Run golangci-lint
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)
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /runner/_work/go-misc/go-misc. Supported file pattern: go.sum
|
Loading