removed explicit golangci go version and fallback to the one from go.mod
This commit is contained in:
parent
77c05dbd2a
commit
348ccfc580
|
|
@ -1,6 +1,5 @@
|
||||||
version: "2"
|
version: "2"
|
||||||
run:
|
run:
|
||||||
go: 1.23
|
|
||||||
concurrency: 4
|
concurrency: 4
|
||||||
timeout: 10m
|
timeout: 10m
|
||||||
linters:
|
linters:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue