Skip to content

Commit

Permalink
Update .golangci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: St. Veit <[email protected]>
  • Loading branch information
volschin authored Jun 24, 2024
1 parent 915d9d7 commit c15d634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
timeout: 5m
go: '1.20'
go: '1.22'

linters:
disable-all: true
Expand Down Expand Up @@ -83,7 +83,7 @@ linters-settings:
- performance
- style
gofumpt:
lang-version: "1.20"
lang-version: "1.22"
extra-rules: true
lll:
line-length: 150
Expand Down

0 comments on commit c15d634

Please sign in to comment.