File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " linkerd2" ,
3
- "image" : " ghcr.io/linkerd/dev:v44 " ,
3
+ "image" : " ghcr.io/linkerd/dev:v45 " ,
4
4
"extensions" : [
5
5
" DavidAnson.vscode-markdownlint" ,
6
6
" golang.go" ,
Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ permissions:
14
14
jobs :
15
15
lint :
16
16
runs-on : ubuntu-latest
17
- container : ghcr.io/linkerd/dev:v44 -go
17
+ container : ghcr.io/linkerd/dev:v45 -go
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
- run : git config --global --add safe.directory "$PWD" # actions/runner#2033
21
21
- run : just go-lint --verbose --timeout=10m
22
22
23
23
fmt :
24
24
runs-on : ubuntu-latest
25
- container : ghcr.io/linkerd/dev:v44 -go
25
+ container : ghcr.io/linkerd/dev:v45 -go
26
26
steps :
27
27
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28
28
- run : git config --global --add safe.directory "$PWD" # actions/runner#2033
29
29
- run : just go-fmt-check
30
30
31
31
unit-test :
32
32
runs-on : ubuntu-latest
33
- container : ghcr.io/linkerd/dev:v44 -go
33
+ container : ghcr.io/linkerd/dev:v45 -go
34
34
steps :
35
35
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
36
- run : git config --global --add safe.directory "$PWD" # actions/runner#2033
Original file line number Diff line number Diff line change 14
14
meta :
15
15
timeout-minutes : 15
16
16
runs-on : ubuntu-latest
17
- container : ghcr.io/linkerd/dev:v44 -rust
17
+ container : ghcr.io/linkerd/dev:v45 -rust
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
- uses : ./.github/actions/version-mode
34
34
arch : [amd64, arm64, arm]
35
35
timeout-minutes : 10
36
36
runs-on : ubuntu-latest
37
- container : ghcr.io/linkerd/dev:v44 -rust-musl
37
+ container : ghcr.io/linkerd/dev:v45 -rust-musl
38
38
steps :
39
39
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
40
40
- run : just validator arch=${{ matrix.arch }} profile=release version=${{ needs.meta.outputs.version }} package
Original file line number Diff line number Diff line change 14
14
check :
15
15
timeout-minutes : 5
16
16
runs-on : ubuntu-latest
17
- container : ghcr.io/linkerd/dev:v44 -rust
17
+ container : ghcr.io/linkerd/dev:v45 -rust
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
- run : just rs-fetch
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG TARGETARCH
12
12
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
13
13
go build -o /go/bin/linkerd-cni -mod=readonly -ldflags "-s -w" -v ./cni-plugin/
14
14
15
- FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v44 -rust-musl as cni-repair-controller
15
+ FROM --platform=$BUILDPLATFORM ghcr.io/linkerd/dev:v45 -rust-musl as cni-repair-controller
16
16
WORKDIR /build
17
17
COPY --link justfile justfile-rust .
18
18
COPY --link Cargo.toml Cargo.lock .
You can’t perform that action at this time.
0 commit comments