Skip to content

Commit

Permalink
Merge pull request #161 from ywk253100/230423_go
Browse files Browse the repository at this point in the history
Update compatibility box and bump Golang version
  • Loading branch information
sseago authored Apr 24, 2023
2 parents 6c5e68a + cd67ffb commit e94fd61
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.19.8
go-version: 1.20.3
id: go

- name: Check out the code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,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

Expand Down

0 comments on commit e94fd61

Please sign in to comment.