File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ require (
92
92
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
93
93
github.com/sashamelentyev/interfacebloat v1.1.0
94
94
github.com/sashamelentyev/usestdlibvars v1.25.0
95
- github.com/securego/gosec/v2 v2.20.0
95
+ github.com/securego/gosec/v2 v2.20.1-0.20240525090044-5f0084eb01a9
96
96
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
97
97
github.com/shirou/gopsutil/v3 v3.24.4
98
98
github.com/sirupsen/logrus v1.9.3
Original file line number Diff line number Diff line change @@ -304,6 +304,8 @@ func (l *Loader) handleGoVersion() {
304
304
if l .cfg .LintersSettings .Stylecheck .GoVersion == "" {
305
305
l .cfg .LintersSettings .Stylecheck .GoVersion = trimmedGoVersion
306
306
}
307
+
308
+ os .Setenv ("GOSECGOVERSION" , l .cfg .Run .Go )
307
309
}
308
310
309
311
func (l * Loader ) handleDeprecation () error {
You can’t perform that action at this time.
0 commit comments