diff --git a/.go-version b/.go-version index 26d7b6e75..0c5bf37ca 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.12 +1.21.13 diff --git a/.golangci.yml b/.golangci.yml index eee7c91bb..ec12c762b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -87,7 +87,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.21.12" + go: "1.21.13" nakedret: # make an issue if func has more lines of code than this setting and it has naked returns; default is 30 @@ -121,15 +121,15 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.21.12" + go: "1.21.13" stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.21.12" + go: "1.21.13" unused: # Select the Go version to target. The default is '1.13'. - go: "1.21.12" + go: "1.21.13" gosec: excludes: