diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index b3e288ca..399cfa59 100644 --- a/.github/actions/bootstrap/action.yaml +++ b/.github/actions/bootstrap/action.yaml @@ -4,7 +4,7 @@ inputs: go-version: description: "Go version to install" required: true - default: "1.18.x" + default: "1.23.x" use-go-cache: description: "Restore go cache" required: true