diff --git a/.github/actions/bootstrap/action.yaml b/.github/actions/bootstrap/action.yaml index 4c66e26..5a3e19e 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.24.x" + default: "1.25.x" cache-key-prefix: description: "Prefix all cache keys with this value" required: true diff --git a/go.mod b/go.mod index 616d628..0a1fe4e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/wagoodman/dive -go 1.24 +go 1.25 require ( github.com/anchore/clio v0.0.0-20250401141128-4c1d6bd1e872