File tree Expand file tree Collapse file tree 18 files changed +5750
-2465
lines changed Expand file tree Collapse file tree 18 files changed +5750
-2465
lines changed Original file line number Diff line number Diff line change 1
1
web /src /api /schema.d.ts linguist-generated
2
2
extra /completions /* linguist-generated
3
+ crate-hashes.json linguist-generated
3
4
extra /man /* linguist-generated
4
- nix /** linguist-generated
5
5
Cargo.nix linguist-generated
6
- crate-hashes.json linguist-generated
6
+ yarn.lock linguist-generated
7
+ nix /** linguist-generated
8
+ go.sum linguist-generated
Original file line number Diff line number Diff line change 16
16
17
17
env :
18
18
RUST_VERSION : 1.75.0
19
+ GO_VERSION : ' ^1.22.2'
19
20
CARGO_TERM_COLOR : always
20
21
CARGO_INCREMENTAL : " 0"
21
22
CARGO_PROFILE_DEV_DEBUG : " 0"
@@ -88,11 +89,16 @@ jobs:
88
89
with :
89
90
submodules : recursive
90
91
- uses : cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # tag=v25
92
+
91
93
- name : Setup Rust
92
94
uses : dtolnay/rust-toolchain@0e66bd3e6b38ec0ad5312288c83e47c143e6b09e # v1
93
95
with :
94
96
toolchain : ${{ env.RUST_VERSION }}
95
97
98
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
99
+ with :
100
+ go-version : ${{ env.GO_VERSION }}
101
+
96
102
- name : Setup Rust Cache
97
103
uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
98
104
with :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ on: workflow_call
5
5
6
6
env :
7
7
RUST_VERSION : 1.75.0
8
+ GO_VERSION : ' ^1.22.2'
8
9
CARGO_TERM_COLOR : always
9
10
CARGO_INCREMENTAL : " 0"
10
11
CARGO_PROFILE_DEV_DEBUG : " 0"
27
28
with :
28
29
toolchain : ${{ env.RUST_VERSION }}
29
30
31
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
32
+ with :
33
+ go-version : ${{ env.GO_VERSION }}
34
+
30
35
- uses : actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
31
36
with :
32
37
node-version : 18
84
89
toolchain : ${{ env.RUST_VERSION }}
85
90
components : clippy
86
91
92
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
93
+ with :
94
+ go-version : ${{ env.GO_VERSION }}
95
+
87
96
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
88
97
with :
89
98
key : clippy
@@ -123,6 +132,10 @@ jobs:
123
132
toolchain : ${{ env.RUST_VERSION }}
124
133
components : rustfmt
125
134
135
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
136
+ with :
137
+ go-version : ${{ env.GO_VERSION }}
138
+
126
139
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
127
140
with :
128
141
key : doc
@@ -146,6 +159,10 @@ jobs:
146
159
with :
147
160
toolchain : ${{ env.RUST_VERSION }}
148
161
162
+ - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
163
+ with :
164
+ go-version : ${{ env.GO_VERSION }}
165
+
149
166
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
150
167
with :
151
168
key : test
Original file line number Diff line number Diff line change 15
15
16
16
env :
17
17
RUST_VERSION : 1.75.0
18
+ GO_VERSION : ' ^1.22.2'
18
19
CARGO_TERM_COLOR : always
19
20
CARGO_INCREMENTAL : " 0"
20
21
CARGO_PROFILE_DEV_DEBUG : " 0"
62
63
63
64
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5
64
65
with :
65
- go-version : ' ^1.22.2 '
66
+ go-version : ${{ env.GO_VERSION }}
66
67
67
68
- uses : Swatinem/rust-cache@359a70e43a0bb8a13953b04a90f76428b4959bb6 # v2.2.0
68
69
with :
You can’t perform that action at this time.
0 commit comments