Skip to content

Commit

Permalink
chore: update .golangci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maypok86 committed Nov 22, 2024
1 parent c7fa163 commit 6db09aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ run:
build-tags:
- integration
modules-download-mode: readonly
go: '1.17'
go: '1.22'
output:
format: tab:lint.txt
formats:
- format: tab
path: lint.txt
print-issued-lines: false
uniq-by-line: false
sort-results: true
Expand Down

0 comments on commit 6db09aa

Please sign in to comment.