File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v3
9
9
- uses : actions/setup-go@v3
10
10
with :
11
- go-version : ^1.19 .0
11
+ go-version : ^1.21 .0
12
12
- uses : dtolnay/rust-toolchain@stable
13
13
with :
14
14
components : rustfmt, clippy
@@ -21,10 +21,10 @@ jobs:
21
21
- uses : actions/checkout@v3
22
22
- uses : actions/setup-go@v3
23
23
with :
24
- go-version : ^1.19 .0
24
+ go-version : ^1.21 .0
25
25
- uses : golangci/golangci-lint-action@v3
26
26
with :
27
- version : v1.51 .2
27
+ version : v1.55 .2
28
28
working-directory : leetcode
29
29
- uses : dtolnay/rust-toolchain@stable
30
30
with :
38
38
- uses : actions/checkout@v3
39
39
- uses : actions/setup-go@v3
40
40
with :
41
- go-version : ^1.19 .0
41
+ go-version : ^1.21 .0
42
42
- uses : dtolnay/rust-toolchain@stable
43
43
with :
44
44
components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments