From 1b6d0fde558154fad953c0894db0ea0401228541 Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Wed, 19 Apr 2023 17:34:04 +0800 Subject: [PATCH] Update compatibility box and bump Golang version. Signed-off-by: Xun Jiang --- .github/workflows/pr.yaml | 2 +- .github/workflows/push.yml | 2 +- Dockerfile | 2 +- README.md | 6 +----- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 0546ef0..9f89940 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -10,7 +10,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19.8 + go-version: 1.20.3 id: go - name: Check out the code diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6609cd1..e4aedb9 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.19.8 + go-version: 1.20.3 id: go - name: Check out code into the Go module directory diff --git a/Dockerfile b/Dockerfile index 831f37a..7b42cd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.19.8-bullseye AS build +FROM --platform=$BUILDPLATFORM golang:1.20.3-bullseye AS build ARG TARGETOS ARG TARGETARCH diff --git a/README.md b/README.md index defa167..6c79440 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,11 @@ Below is a listing of plugin versions and respective Velero versions that are co | Plugin Version | Velero Version | |-----------------|----------------| +| v1.7.x | v1.11.x | | v1.6.x | v1.10.x | | v1.5.x | v1.9.x | | v1.4.x | v1.8.x | | v1.3.x | v1.7.x | -| v1.2.x | v1.6.x | -| v1.1.x | v1.5.x | -| v1.1.x | v1.4.x | -| v1.0.x | v1.3.x | -| v1.0.x | v1.2.0 | ## Filing issues