go1.22 support ()

This commit is contained in:
Ludovic Fernandez 2024-02-07 15:23:01 +01:00 committed by GitHub
parent 6e09a2051a
commit 192ee8929c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 41 additions and 22 deletions

View file

@ -2,12 +2,11 @@ package test
import (
"fmt"
"slices"
"sort"
"strings"
"testing"
"golang.org/x/exp/slices"
"github.com/golangci/golangci-lint/pkg/lint/lintersdb"
"github.com/golangci/golangci-lint/test/testshared"
)