Skip to content

Commit 46061a4

Browse files
committed
ci: fix lint job
1 parent 44e5a50 commit 46061a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
- uses: actions/setup-go@v5
18+
with:
19+
go-version: stable
1720
- uses: golangci/golangci-lint-action@v6
1821
with:
1922
# Optional: golangci-lint command line arguments.

0 commit comments

Comments
 (0)