Skip to content

Commit 0245fe7

Browse files
author
Lorenz Kästle
committed
Fix setup for linter, too
1 parent 0a894d5 commit 0245fe7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ jobs:
1010
name: lint
1111
runs-on: ubuntu-latest
1212
steps:
13+
- uses: actions/checkout@v6
14+
1315
- name: Set up Go
1416
uses: actions/setup-go@v6
15-
16-
- uses: actions/checkout@v6
17+
with:
18+
go-version-file: 'go.mod'
1719

1820
- name: golangci-lint
1921
uses: golangci/golangci-lint-action@v9

0 commit comments

Comments
 (0)