File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
uses : golangci/golangci-lint-action@v6
28
28
with :
29
29
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
30
- version : v1.57.2
30
+ version : v1.64.7
31
31
args : --timeout 10m
32
32
33
33
test :
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ linters:
26
26
- dupl
27
27
- errcheck
28
28
- exhaustive
29
- - exportloopref
29
+ - copyloopvar
30
30
- funlen
31
31
- gochecknoinits
32
32
- goconst
33
33
- gocritic
34
34
- gocyclo
35
35
- gofmt
36
36
- goimports
37
- - gomnd
37
+ - mnd
38
38
- goprintffuncname
39
39
- gosec
40
40
- gosimple
Original file line number Diff line number Diff line change 1
1
module github.com/spali/go-xq
2
2
3
- go 1.22 .0
3
+ go 1.24 .0
4
4
5
5
require (
6
6
github.com/antchfx/xmlquery v1.4.4
You can’t perform that action at this time.
0 commit comments