Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
* Update dev to v42 with Rust 1.73
* Update tokio to 1.35
* Update hyper to 1.0
* Update http to 1.0
  • Loading branch information
olix0r committed Dec 11, 2023
1 parent ee98ab8 commit 6e175bb
Show file tree
Hide file tree
Showing 9 changed files with 266 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkerd-await",
"image": "ghcr.io/linkerd/dev:v32",
"image": "ghcr.io/linkerd/dev:v42",
"extensions": [
"DavidAnson.vscode-markdownlint",
"kokakiwi.vscode-just",
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/linkerd/dev:v32-rust
FROM ghcr.io/linkerd/dev:v42-rust
WORKDIR /linkerd

RUN apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
actionlint:
runs-on: ubuntu-20.04
timeout-minutes: 10
container: ghcr.io/linkerd/dev:v32-tools
container: ghcr.io/linkerd/dev:v42-tools
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just actionlint

devcontainer-versions:
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v32-tools
container: ghcr.io/linkerd/dev:v42-tools
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just actions-dev-versions
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check:
timeout-minutes: 5
runs-on: ubuntu-latest
container: ghcr.io/linkerd/dev:v32-rust
container: ghcr.io/linkerd/dev:v42-rust
steps:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- run: just fetch
Expand Down
Loading

0 comments on commit 6e175bb

Please sign in to comment.