Skip to content

Commit 575de34

Browse files
authored
build(deps): bump dev to v48 (#14560)
- rust 1.90.0 - go 1.25
1 parent f2c3f17 commit 575de34

File tree

26 files changed

+39
-40
lines changed

26 files changed

+39
-40
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",
3-
"image": "ghcr.io/linkerd/dev:v47",
3+
"image": "ghcr.io/linkerd/dev:v48",
44
// "dockerFile": "./Dockerfile",
55
// "context": "..",
66
"features": {

.github/actions/helm-publish/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Set up Cloud SDK
77
uses: 'google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db'
8-
- uses: linkerd/dev/actions/setup-tools@v47
8+
- uses: linkerd/dev/actions/setup-tools@v48
99
- shell: bash
1010
run: |
1111
mkdir -p target/helm

.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: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
1515
timeout-minutes: 10
1616
steps:
17-
- uses: linkerd/dev/actions/setup-tools@v47
17+
- uses: linkerd/dev/actions/setup-tools@v48
1818
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
- run: just-dev lint-actions
2020

2121
devcontainer-versions:
2222
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
2323
steps:
24-
- uses: linkerd/dev/actions/setup-tools@v47
24+
- uses: linkerd/dev/actions/setup-tools@v48
2525
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2626
- run: just-dev check-action-images

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 30
1515
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
1616
container:
17-
image: golang:1.24
17+
image: golang:1.25
1818
steps:
1919
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2020
- run: go install gotest.tools/[email protected]
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
5252
timeout-minutes: 15
5353
container:
54-
image: docker://rust:1.88.0
54+
image: docker://rust:1.90.0
5555
options: --security-opt seccomp=unconfined
5656
steps:
5757
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4141
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
4242
with:
43-
go-version: "1.24"
43+
go-version-file: go.mod
4444

4545
- name: Initialize
4646
# Unpinned action version so that we automatically get analyzer updates.

.github/workflows/devcontainer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
rust-version:
1717
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
18-
container: ghcr.io/linkerd/dev:v47-rust
18+
container: ghcr.io/linkerd/dev:v48-rust
1919
steps:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2121
- shell: bash
@@ -39,6 +39,6 @@ jobs:
3939
devcontainer-image:
4040
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
4141
steps:
42-
- uses: linkerd/dev/actions/setup-tools@v47
42+
- uses: linkerd/dev/actions/setup-tools@v48
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4444
- run: just-dev pull-dev-image

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: needs.meta.outputs.changed == 'true'
3030
timeout-minutes: 10
3131
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
32-
container: ghcr.io/linkerd/dev:v47-go
32+
container: ghcr.io/linkerd/dev:v48-go
3333
steps:
3434
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
3535
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
@@ -40,7 +40,7 @@ jobs:
4040
if: needs.meta.outputs.changed == 'true'
4141
timeout-minutes: 10
4242
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
43-
container: ghcr.io/linkerd/dev:v47-go
43+
container: ghcr.io/linkerd/dev:v48-go
4444
steps:
4545
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4646
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033
@@ -51,7 +51,7 @@ jobs:
5151
if: needs.meta.outputs.changed == 'true'
5252
timeout-minutes: 30
5353
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
54-
container: ghcr.io/linkerd/dev:v47-go
54+
container: ghcr.io/linkerd/dev:v48-go
5555
steps:
5656
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5757
- run: git config --global --add safe.directory "$PWD" # actions/runner#2033

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
123123
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
124124
with:
125-
go-version: "1.24"
125+
go-version-file: go.mod
126126
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
127127
with:
128128
pattern: image-archives-*
@@ -275,7 +275,7 @@ jobs:
275275
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
276276
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
277277
with:
278-
go-version: "1.24"
278+
go-version-file: go.mod
279279
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4
280280
if: matrix.integration_test == 'helm-upgrade'
281281
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
@@ -305,7 +305,7 @@ jobs:
305305
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
306306
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
307307
with:
308-
go-version: "1.24"
308+
go-version-file: go.mod
309309
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
310310
with:
311311
pattern: image-archives-*
@@ -344,7 +344,7 @@ jobs:
344344
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
345345
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
346346
with:
347-
go-version: "1.24"
347+
go-version-file: go.mod
348348
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
349349
with:
350350
pattern: image-archives-*

.github/workflows/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
proto-diff:
1616
timeout-minutes: 10
1717
runs-on: ${{ vars.LINKERD2_RUNNER || 'ubuntu-24.04' }}
18-
container: ghcr.io/linkerd/dev:v47-go
18+
container: ghcr.io/linkerd/dev:v48-go
1919
steps:
2020
- run: apt update && apt install -y unzip
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
102102
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
103103
with:
104-
go-version: "1.24"
104+
go-version-file: go.mod
105105
- uses: ./.github/actions/cli-setup
106106
with:
107107
artifact-id: ${{ needs.cli.outputs.artifact-id }}

0 commit comments

Comments
 (0)