File tree Expand file tree Collapse file tree 3 files changed +10
-114
lines changed
Expand file tree Collapse file tree 3 files changed +10
-114
lines changed Original file line number Diff line number Diff line change 1010 pull_request :
1111
1212permissions :
13- # Required: allow read access to the content for analysis.
14- contents : read
15- # Optional: allow read access to pull request. Use with `only-new-issues` option.
16- pull-requests : read
17- # Optional: Allow write access to checks to allow the action to annotate code in the PR.
18- checks : write
13+ # Required: allow read access to the content for analysis.
14+ contents : read
15+ # Optional: allow read access to pull request. Use with `only-new-issues` option.
16+ pull-requests : read
17+ # Optional: Allow write access to checks to allow the action to annotate code in the PR.
18+ checks : write
1919
2020# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121jobs :
@@ -26,15 +26,15 @@ jobs:
2626
2727 strategy :
2828 matrix :
29- go : [ ' 1.25', ' 1.24' ]
29+ go : [" 1.25", " 1.24" ]
3030 include :
31- - go : ' 1.25'
31+ - go : " 1.25"
3232 lint : true
33-
33+
3434 # Steps represent a sequence of tasks that will be executed as part of the job
3535 steps :
3636 # Checks-out your repository under $GITHUB_WORKSPACE
37- - uses : actions/checkout@v5 .0.1
37+ - uses : actions/checkout@v6 .0.1
3838
3939 # Running golangci-lint
4040 - name : Linting
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments