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 88 - uses : actions/checkout@v3
99 - uses : actions/setup-go@v3
1010 with :
11- go-version : ^1.19 .0
11+ go-version : ^1.21 .0
1212 - uses : dtolnay/rust-toolchain@stable
1313 with :
1414 components : rustfmt, clippy
@@ -21,10 +21,10 @@ jobs:
2121 - uses : actions/checkout@v3
2222 - uses : actions/setup-go@v3
2323 with :
24- go-version : ^1.19 .0
24+ go-version : ^1.21 .0
2525 - uses : golangci/golangci-lint-action@v3
2626 with :
27- version : v1.51 .2
27+ version : v1.55 .2
2828 working-directory : leetcode
2929 - uses : dtolnay/rust-toolchain@stable
3030 with :
3838 - uses : actions/checkout@v3
3939 - uses : actions/setup-go@v3
4040 with :
41- go-version : ^1.19 .0
41+ go-version : ^1.21 .0
4242 - uses : dtolnay/rust-toolchain@stable
4343 with :
4444 components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments