File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ jobs:
3838 - name : Clone the code
3939 uses : actions/checkout@v4
4040 - name : Run linter
41- uses : golangci/golangci-lint-action@v5
41+ uses : golangci/golangci-lint-action@v6
4242 with :
4343 version : v1.57
4444 working-directory : testdata/project-v4-with-deploy-image
4545 args : --config .golangci.yml ./...
4646 skip-cache : true # first lint action will handle
4747 - name : Run linter
48- uses : golangci/golangci-lint-action@v5
48+ uses : golangci/golangci-lint-action@v6
4949 with :
5050 version : v1.57
5151 working-directory : testdata/project-v4-multigroup-with-deploy-image
Original file line number Diff line number Diff line change 1919 - name : Clone the code
2020 uses : actions/checkout@v4
2121 - name : Run linter
22- uses : golangci/golangci-lint-action@v5
22+ uses : golangci/golangci-lint-action@v6
2323 with :
2424 version : v1.57
2525
You can’t perform that action at this time.
0 commit comments