1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Demand Go 1.19 in go.mod. Replaced interface{} with any

This commit is contained in:
Sascha L. Teichmann 2023-01-17 10:55:06 +01:00
parent 1189d538b3
commit c4b70d20cd
15 changed files with 74 additions and 74 deletions

View file

@ -41,7 +41,7 @@ type AdvisorySummary struct {
// with the help of an expression evaluator expr.
func NewAdvisorySummary(
pe *util.PathEval,
doc interface{},
doc any,
) (*AdvisorySummary, error) {
e := &AdvisorySummary{