Skip to content

Commit 11725c7

Browse files
committed
fix(ci): setup go in a lint action
1 parent 7cc3784 commit 11725c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/lint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14+
- uses: actions/setup-go@v5
15+
with:
16+
go-version-file: go.mod
1417
- uses: golangci/golangci-lint-action@v4
1518
with:
1619
version: latest

0 commit comments

Comments
 (0)