Skip to content

Commit

Permalink
dasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Nov 11, 2023
1 parent 77b9abb commit 920f102
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
run:
go: '1.19'
go: '1.20'
timeout: 10m

linters-settings:
Expand All @@ -26,12 +26,11 @@ linters:
enable:
- bodyclose
- deadcode
- depguard
- dogsled
- dupl
- errcheck
- gocritic
# - gofmt; Enable back when upgrading CI to Go 1.20.
- gofmt
- goheader
- gosec
- gosimple
Expand Down

0 comments on commit 920f102

Please sign in to comment.