Skip to content

Commit a8e337a

Browse files
authored
dev: Update to v42 (#279)
Update Go to 1.21
1 parent 08ec5c7 commit a8e337a

File tree

8 files changed

+14
-13
lines changed

8 files changed

+14
-13
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linkerd2-proxy-api",
3-
"image": "ghcr.io/linkerd/dev:v39",
3+
"image": "ghcr.io/linkerd/dev:v42",
44
"customizations": {
55
"vscode": {
66
"extensions": [

.github/workflows/actions.yml

+2-2
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@v39
17+
- uses: linkerd/dev/actions/setup-tools@v42
1818
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
1919
- run: just-dev lint-actions
2020

2121
devcontainer-versions:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: linkerd/dev/actions/setup-tools@v39
24+
- uses: linkerd/dev/actions/setup-tools@v42
2525
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2626
- run: just-dev check-action-images

.github/workflows/go.yml

+1-1
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:v39-go
19+
container: docker://ghcr.io/linkerd/dev:v42-go
2020
steps:
2121
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
2222
- run: just go-mod-check

.github/workflows/release.yml

+3-3
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:v39-rust
43+
container: docker://ghcr.io/linkerd/dev:v42-rust
4444
steps:
4545
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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:v39-rust
58+
container: docker://ghcr.io/linkerd/dev:v42-rust
5959
steps:
6060
- if: needs.meta.outputs.publish
6161
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
@@ -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:v39-rust
82+
container: docker://ghcr.io/linkerd/dev:v42-rust
8383
steps:
8484
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8585
- if: '!needs.meta.outputs.publish'

.github/workflows/rust.yml

+4-4
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:v39-rust
25+
container: docker://ghcr.io/linkerd/dev:v42-rust
2626
steps:
2727
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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:v39-rust
34+
container: docker://ghcr.io/linkerd/dev:v42-rust
3535
steps:
3636
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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:v39-rust
43+
container: docker://ghcr.io/linkerd/dev:v42-rust
4444
steps:
4545
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
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:v39-rust
52+
container: docker://ghcr.io/linkerd/dev:v42-rust
5353
steps:
5454
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
5555
- run: just rs-fetch

examples/gen.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
2121
.build_client(true)
2222
.build_server(true)
2323
.out_dir(out_dir)
24-
.compile(&*proto_files, &[proto_dir])
24+
.compile(&proto_files, &[proto_dir])
2525
{
2626
eprintln!("{}", e.to_string().replace("\\n", "\n").trim_end());
2727
std::process::exit(1);

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/linkerd/linkerd2-proxy-api
22

3-
go 1.19
3+
go 1.21
44

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

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg
33
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
44
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
55
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
6+
github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
67
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
78
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
89
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=

0 commit comments

Comments
 (0)