diff --git a/.github/actions/e2e_sonobuoy/action.yml b/.github/actions/e2e_sonobuoy/action.yml index 1d7f14a25..867879763 100644 --- a/.github/actions/e2e_sonobuoy/action.yml +++ b/.github/actions/e2e_sonobuoy/action.yml @@ -18,7 +18,7 @@ runs: - name: Install sonobuoy shell: bash env: - SONOBUOY_VER: "0.56.16" + SONOBUOY_VER: "0.56.17" run: | HOSTOS="$(go env GOOS)" HOSTARCH="$(go env GOARCH)"