File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
- name : Set up Go
18
18
uses : actions/setup-go@v5
19
19
with :
20
- go-version : 1.22 .x
20
+ go-version : 1.23 .x
21
21
22
22
- name : golangci-lint
23
23
uses : golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 # v6.5.0
24
24
env :
25
25
GOTOOLCHAIN : local
26
26
with :
27
- version : v1.59
27
+ version : v1.64
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ linters-settings:
9
9
- $gostd
10
10
- " github.com/editorconfig/editorconfig-core-go/v2"
11
11
- " github.com/hashicorp/go-multierror"
12
+ - " golang.org/x/mod/semver"
13
+ - " gopkg.in/ini.v1"
12
14
deny : []
13
15
internal :
14
16
files :
@@ -29,11 +31,10 @@ linters-settings:
29
31
linters :
30
32
enable-all : true
31
33
disable :
32
- - execinquery
33
34
- exhaustruct
34
- - gomnd
35
35
- mnd
36
36
- tagliatelle
37
+ - tenv
37
38
- typecheck
38
39
- varnamelen
39
40
fast : false
You can’t perform that action at this time.
0 commit comments