Skip to content

Commit 585dbb3

Browse files
Update pre-submit.lint.yml
Signed-off-by: Ramon Petgrave <[email protected]>
1 parent 9ced693 commit 585dbb3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pre-submit.lint.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
- run: make markdownlint
8181

8282
golangci-lint:
83+
permissions:
84+
checks: write # allow annotations in PRs.
8385
runs-on: ubuntu-latest
8486
steps:
8587
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -93,7 +95,7 @@ jobs:
9395
name: golangci-lint
9496
with:
9597
install-mode: goinstall
96-
version: v1.59.1
98+
version: v1.60.3
9799

98100
shellcheck:
99101
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)