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 11{
22 "name" : " linkerd2" ,
3- "image" : " ghcr.io/linkerd/dev:v44 " ,
3+ "image" : " ghcr.io/linkerd/dev:v45 " ,
44 "extensions" : [
55 " DavidAnson.vscode-markdownlint" ,
66 " golang.go" ,
Original file line number Diff line number Diff line change @@ -14,23 +14,23 @@ permissions:
1414jobs :
1515 lint :
1616 runs-on : ubuntu-22.04
17- container : ghcr.io/linkerd/dev:v44 -go
17+ container : ghcr.io/linkerd/dev:v45 -go
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
2121 - run : just go-lint --verbose --timeout=10m
2222
2323 fmt :
2424 runs-on : ubuntu-22.04
25- container : ghcr.io/linkerd/dev:v44 -go
25+ container : ghcr.io/linkerd/dev:v45 -go
2626 steps :
2727 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2828 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
2929 - run : just go-fmt-check
3030
3131 unit-test :
3232 runs-on : ubuntu-22.04
33- container : ghcr.io/linkerd/dev:v44 -go
33+ container : ghcr.io/linkerd/dev:v45 -go
3434 steps :
3535 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3636 - run : git config --global --add safe.directory "$PWD" # actions/runner#2033
Original file line number Diff line number Diff line change 1414 meta :
1515 timeout-minutes : 15
1616 runs-on : ubuntu-22.04
17- container : ghcr.io/linkerd/dev:v44 -rust
17+ container : ghcr.io/linkerd/dev:v45 -rust
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - uses : ./.github/actions/version-mode
3434 arch : [amd64, arm64, arm]
3535 timeout-minutes : 10
3636 runs-on : ubuntu-22.04
37- container : ghcr.io/linkerd/dev:v44 -rust-musl
37+ container : ghcr.io/linkerd/dev:v45 -rust-musl
3838 steps :
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4040 - run : just validator arch=${{ matrix.arch }} profile=release version=${{ needs.meta.outputs.version }} package
Original file line number Diff line number Diff line change 1414 check :
1515 timeout-minutes : 5
1616 runs-on : ubuntu-22.04
17- container : ghcr.io/linkerd/dev:v44 -rust
17+ container : ghcr.io/linkerd/dev:v45 -rust
1818 steps :
1919 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - run : just rs-fetch
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG TARGETARCH
1212RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on \
1313 go build -o /go/bin/linkerd-cni -mod=readonly -ldflags "-s -w" -v ./cni-plugin/
1414
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
1616WORKDIR /build
1717COPY --link justfile justfile-rust .
1818COPY --link Cargo.toml Cargo.lock .
You can’t perform that action at this time.
0 commit comments