mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-12 22:38:46 -04:00
go1.22 support (#4272)
This commit is contained in:
parent
6e09a2051a
commit
192ee8929c
16 changed files with 41 additions and 22 deletions
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue