Skip to content

Commit

Permalink
Add 1.18 (go-gitea#19151)
Browse files Browse the repository at this point in the history
Co-authored-by: 6543 <6543@obermui.de>
  • Loading branch information
sashamelentyev and 6543 committed Mar 21, 2022
1 parent 572c63d commit c604c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ linters:
#- gocyclo # The cyclomatic complexety of a lot of functions is too high, we should refactor those another time.
- gofmt
- misspell
#- gocritic # TODO: disabled until fixed with go 1.18
- gocritic
- bidichk
- ineffassign
- revive
Expand All @@ -23,6 +23,7 @@ linters:
fast: false

run:
go: 1.18
timeout: 10m
skip-dirs:
- node_modules
Expand Down

0 comments on commit c604c9a

Please sign in to comment.