File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.17.12
1
+ 1.18.4
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ linters-settings:
98
98
99
99
gosimple :
100
100
# Select the Go version to target. The default is '1.13'.
101
- go : " 1.17.12 "
101
+ go : " 1.18.4 "
102
102
103
103
nakedret :
104
104
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
@@ -118,17 +118,17 @@ linters-settings:
118
118
119
119
staticcheck :
120
120
# Select the Go version to target. The default is '1.13'.
121
- go : " 1.17.12 "
121
+ go : " 1.18.4 "
122
122
checks : ["all"]
123
123
124
124
stylecheck :
125
125
# Select the Go version to target. The default is '1.13'.
126
- go : " 1.17.12 "
126
+ go : " 1.18.4 "
127
127
checks : ["all"]
128
128
129
129
unused :
130
130
# Select the Go version to target. The default is '1.13'.
131
- go : " 1.17.12 "
131
+ go : " 1.18.4 "
132
132
133
133
gosec :
134
134
excludes :
You can’t perform that action at this time.
0 commit comments