Skip to content

Commit 4f64b32

Browse files
committed
Add version in .golangci.yml
Add `version` in `.golangci.yml` to unblock updates of `golangci/golangci-lint-action`. Signed-off-by: Matthias Diester <[email protected]>
1 parent 466099f commit 4f64b32

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
fetch-depth: '0'
23+
2124
- uses: ./.github/actions/setup
2225

2326
- name: Run golangci-lint

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
---
2+
version: "2"
13
linters:
24
enable:
35
- gosec

0 commit comments

Comments
 (0)