File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 test :
1114 name : Run Tests
1215 runs-on : ubuntu-latest
1316
1417 steps :
15- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1619
1720 - name : Set up Go
18- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
1922 with :
2023 go-version-file : " go.mod"
21- cache : true
2224
2325 - name : Install dependencies
2426 run : go mod download
Original file line number Diff line number Diff line change 66 pull_request :
77 branches : [main]
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 lint :
1114 name : Lint and Check Formatting
1215 runs-on : ubuntu-latest
1316
1417 steps :
15- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1619
1720 - name : Set up Go
18- uses : actions/setup-go@v5
21+ uses : actions/setup-go@v6
1922 with :
2023 go-version-file : " go.mod"
2124 cache : true
2730 run : go generate .
2831
2932 - name : Lint with golangci-lint
30- uses : golangci/golangci-lint-action@v8
33+ uses : golangci/golangci-lint-action@v9
3134 with :
3235 version : latest
3336
You can’t perform that action at this time.
0 commit comments