Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Commit

Permalink
chore: Updated to content "1.20.7" in file ".golangci.yml"
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
apmmachine committed Aug 5, 2023
1 parent 27e9a78 commit 1852cee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand All @@ -128,17 +128,17 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"
checks: ["all"]

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"

gosec:
excludes:
Expand Down

0 comments on commit 1852cee

Please sign in to comment.