diff --git a/.go-version b/.go-version index e63679c..8909929 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.20.6 +1.20.7 diff --git a/.golangci.yml b/.golangci.yml index 299df5d..e1ac4c1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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 @@ -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: