Bump golang.org/x/net from 0.28.0 to 0.38.0 in /templates_tests #139
Annotations
5 errors
|
build:
pkg/package.go#L35
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
|
|
build:
pkg/package.go#L47
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
|
|
build:
generator/generator.go#L140
SA1019: ast.Package has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: use the type checker [go/types] instead; see [Object]. (staticcheck)
|
|
build:
generator/generator_test.go#L516
SA1019: ast.Object has been deprecated since Go 1.22 and an alternative has been available since Go 1.0: The relationship between Idents and Objects cannot be correctly computed without type information. For example, the expression T{K: 0} may denote a struct, map, slice, or array literal, depending on the type of T. If T is a struct, then K refers to a field of T, whereas for the other types it refers to a value in the environment. (staticcheck)
|
|
build
Process completed with exit code 2.
|