File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1515 - main
1616 paths :
1717 - " .github/workflows/go-lint.yml"
18- - " Makefile"
19- - " go.work"
18+ - " mise.toml"
2019 - " f3-sidecar/**"
2120 - " interop-tests/src/tests/**"
2221 push :
2322 branches :
2423 - main
2524 paths :
2625 - " .github/workflows/go-lint.yml"
27- - " Makefile"
28- - " go.work"
26+ - " mise.toml"
2927 - " f3-sidecar/**"
3028 - " interop-tests/src/tests/**"
3129
3533 runs-on : ubuntu-24.04-arm
3634 steps :
3735 - uses : actions/checkout@v6
38- - uses : actions/setup-go@v6
39- with :
40- go-version-file : " go.work"
4136 - uses : jdx/mise-action@v3
4237 - run : mise lint:golangci
Original file line number Diff line number Diff line change @@ -129,3 +129,4 @@ cargo llvm-cov --workspace --codecov --output-path lcov.info
129129
130130[tools ]
131131cargo-binstall = " latest"
132+ go = " latest"
You can’t perform that action at this time.
0 commit comments