We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c4776 commit df1b825Copy full SHA for df1b825
.github/workflows/lint.yml
@@ -4,10 +4,6 @@ on: [ pull_request ]
4
permissions:
5
# Required: allow read access to the content for analysis.
6
contents: read
7
- # Optional: allow read access to pull request. Use with `only-new-issues` option.
8
- pull-requests: read
9
- # Optional: Allow write access to checks to allow the action to annotate code in the PR.
10
- checks: write
11
12
jobs:
13
golangci:
@@ -18,8 +14,9 @@ jobs:
18
14
- uses: actions/setup-go@v5
19
15
with:
20
16
go-version-file: go.mod
17
+ cache: false
21
- name: golangci-lint
22
- uses: golangci/golangci-lint-action@v3.7.0
+ uses: golangci/golangci-lint-action@v3
23
24
version: v1.54
25
0 commit comments