Skip to content

Commit 08d45de

Browse files
committed
try no setup go
1 parent 92eda40 commit 08d45de

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/go-lint.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ on:
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

@@ -35,8 +33,5 @@ jobs:
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

mise.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ cargo llvm-cov --workspace --codecov --output-path lcov.info
129129

130130
[tools]
131131
cargo-binstall = "latest"
132+
go = "latest"

0 commit comments

Comments
 (0)