Skip to content

Commit 534f76e

Browse files
committed
fix lint
1 parent 85ea423 commit 534f76e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
name: Lint
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/setup-go@v5
23-
with:
24-
go-version-file: go.mod
2522
- uses: actions/checkout@v4
2623
with:
2724
fetch-depth: 0
25+
- uses: actions/setup-go@v5
26+
with:
27+
go-version-file: go.mod
2828
- name: golangci-lint
2929
uses: golangci/golangci-lint-action@v6
3030
with:

0 commit comments

Comments
 (0)