diff --git a/.go-version b/.go-version index bfbadb3a2..63f23d2af 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.23.0 \ No newline at end of file +1.23.9 diff --git a/.golangci.yml b/.golangci.yml index 967b6389f..e505aca58 100755 --- a/.golangci.yml +++ b/.golangci.yml @@ -93,7 +93,7 @@ linters-settings: gosimple: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.23.9" nakedret: @@ -114,17 +114,17 @@ linters-settings: staticcheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.23.9" checks: ["all"] stylecheck: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.23.9" checks: ["all"] unused: # Select the Go version to target. The default is '1.13'. - go: "1.22.11" + go: "1.23.9" gosec: excludes: