Skip to content

Commit

Permalink
Update to dev:v32 with Rust 1.64 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Oct 21, 2022
1 parent 85c57fa commit 207b56a
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
{
"name": "kubert",
"image": "ghcr.io/linkerd/dev:v31",
"image": "ghcr.io/linkerd/dev:v32",
"extensions": [
"kokakiwi.vscode-just",
"NathanRidley.autotrim",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/client.yml
Expand Up @@ -15,7 +15,7 @@ env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
K3D_VERSION: v5.4.4
RUST_VERSION: 1.63.0
RUST_VERSION: 1.64.0
RUSTUP_MAX_RETRIES: 10
KUBERT_TEST_NS: kubert-test

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/features.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
rust:
- "1.60"
- "1.63"
- "1.64"
timeout-minutes: 5
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.63
image: docker://rust:1.64
steps:
- uses: olix0r/cargo-action-fmt@ed3530f0739c46ffa0dd983f8746b8c4a3d0a01c
- uses: extractions/setup-just@95b912dc5d3ed106a72907f2f9b91e76d60bdb76
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.63
image: docker://rust:1.64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.63
image: docker://rust:1.64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.63-bullseye
image: docker://rust:1.64-bullseye
steps:
- id: meta
shell: bash
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: docker://rust:1.63.0-bullseye
image: docker://rust:1.64.0-bullseye
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- run: cargo publish --package=kubert --dry-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 10
runs-on: ubuntu-latest
container:
image: docker://rust:1.63
image: docker://rust:1.64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
@@ -1,4 +1,4 @@
ARG RUST_VERSION=1.63
ARG RUST_VERSION=1.64

FROM docker.io/library/rust:${RUST_VERSION}-bullseye as build
WORKDIR /kubert
Expand Down

0 comments on commit 207b56a

Please sign in to comment.