Skip to content

Commit 06decd7

Browse files
committed
build(deps): update linkerd/dev from v43 to v44
1 parent b0a01fa commit 06decd7

File tree

23 files changed

+29
-29
lines changed

23 files changed

+29
-29
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkerd2-proxy-api",
3-
"image": "ghcr.io/linkerd/dev:v43",
3+
"image": "ghcr.io/linkerd/dev:v44",
44
"customizations": {
55
"vscode": {
66
"extensions": [

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
timeout-minutes: 10
1616
steps:
17-
- uses: linkerd/dev/actions/setup-tools@v43
17+
- uses: linkerd/dev/actions/setup-tools@265d3968fb473b77838bcff3270903262b14c7c6
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919
- run: just-dev lint-actions
2020

2121
devcontainer-versions:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: linkerd/dev/actions/setup-tools@v43
24+
- uses: linkerd/dev/actions/setup-tools@265d3968fb473b77838bcff3270903262b14c7c6
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2626
- run: just-dev check-action-images

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
go:
1717
timeout-minutes: 5
1818
runs-on: ubuntu-latest
19-
container: docker://ghcr.io/linkerd/dev:v43-go
19+
container: docker://ghcr.io/linkerd/dev:v44-go
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222
- run: just go-mod-check

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test:
4141
timeout-minutes: 5
4242
runs-on: ubuntu-latest
43-
container: docker://ghcr.io/linkerd/dev:v43-rust
43+
container: docker://ghcr.io/linkerd/dev:v44-rust
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- run: just rs-fetch
@@ -55,7 +55,7 @@ jobs:
5555
contents: write
5656
timeout-minutes: 5
5757
runs-on: ubuntu-latest
58-
container: docker://ghcr.io/linkerd/dev:v43-rust
58+
container: docker://ghcr.io/linkerd/dev:v44-rust
5959
steps:
6060
- if: needs.meta.outputs.publish
6161
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -79,7 +79,7 @@ jobs:
7979
needs: [meta, release]
8080
timeout-minutes: 10
8181
runs-on: ubuntu-latest
82-
container: docker://ghcr.io/linkerd/dev:v43-rust
82+
container: docker://ghcr.io/linkerd/dev:v44-rust
8383
steps:
8484
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8585
- if: '!needs.meta.outputs.publish'

.github/workflows/rust.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
gen-check:
2323
timeout-minutes: 10
2424
runs-on: ubuntu-latest
25-
container: docker://ghcr.io/linkerd/dev:v43-rust
25+
container: docker://ghcr.io/linkerd/dev:v44-rust
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828
- run: just rs-fetch
@@ -31,7 +31,7 @@ jobs:
3131
rust-clippy:
3232
timeout-minutes: 10
3333
runs-on: ubuntu-latest
34-
container: docker://ghcr.io/linkerd/dev:v43-rust
34+
container: docker://ghcr.io/linkerd/dev:v44-rust
3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3737
- run: just rs-fetch
@@ -40,7 +40,7 @@ jobs:
4040
rust-docs:
4141
timeout-minutes: 10
4242
runs-on: ubuntu-latest
43-
container: docker://ghcr.io/linkerd/dev:v43-rust
43+
container: docker://ghcr.io/linkerd/dev:v44-rust
4444
steps:
4545
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4646
- run: just rs-fetch
@@ -49,7 +49,7 @@ jobs:
4949
rust-test:
5050
timeout-minutes: 10
5151
runs-on: ubuntu-latest
52-
container: docker://ghcr.io/linkerd/dev:v43-rust
52+
container: docker://ghcr.io/linkerd/dev:v44-rust
5353
steps:
5454
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5555
- run: just rs-fetch

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/linkerd/linkerd2-proxy-api
22

3-
go 1.21
3+
go 1.23
44

55
require (
66
github.com/golang/protobuf v1.5.4

go/destination/destination.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/destination/destination_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/grpc_route/grpc_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/http_route/http_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/http_types/http_types.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/identity/identity.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/identity/identity_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/inbound/inbound.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/inbound/inbound_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/meta/meta.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/net/net.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/opaque_route/opaque_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/outbound/outbound.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/outbound/outbound_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tap/tap.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tap/tap_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go/tls_route/tls_route.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)