Skip to content

Commit c604c9a

Browse files
sashamelentyev6543
andauthored
Add 1.18 (#19151)
Co-authored-by: 6543 <[email protected]>
1 parent 572c63d commit c604c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ linters:
1313
#- gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time.
1414
- gofmt
1515
- misspell
16-
#- gocritic # TODO: disabled until fixed with go 1.18
16+
- gocritic
1717
- bidichk
1818
- ineffassign
1919
- revive
@@ -23,6 +23,7 @@ linters:
2323
fast: false
2424

2525
run:
26+
go: 1.18
2627
timeout: 10m
2728
skip-dirs:
2829
- node_modules

0 commit comments

Comments
 (0)