Skip to content

Commit 5030b5d

Browse files
committed
yet another version bump
1 parent 7e9a788 commit 5030b5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/golangci-lint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
pull_request:
1111

12+
permissions:
13+
contents: read
14+
1215
jobs:
1316
golangci:
1417
name: lint
@@ -26,4 +29,4 @@ jobs:
2629
- name: golangci-lint
2730
uses: golangci/golangci-lint-action@v6
2831
with:
29-
version: v1.63.5
32+
version: v1.64.5

0 commit comments

Comments
 (0)