Skip to content

Commit 8bb2a4d

Browse files
Merge pull request #371 from severindellsperger/optimize-lint-action
Optimize Lint Action
2 parents 920bca2 + a039fcb commit 8bb2a4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-go@v5
1616
with:
17-
go-version: '1.24'
18-
cache: false
17+
go-version-file: 'go.mod'
1918
- name: golangci-lint
2019
uses: golangci/golangci-lint-action@v8
2120
with:
22-
version: v2.4
21+
version: v2.4

0 commit comments

Comments
 (0)