Skip to content

Commit c796a47

Browse files
authored
[golangci-lint] bump action to latest release (#1439)
## Summary seeing odd errors in another PR, so seeing if we can bump the lint action ## How was it tested? cicd cli-test should pass
1 parent 09f326a commit c796a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
go-version-file: ./go.mod
6969
- name: golangci-lint
70-
uses: golangci/golangci-lint-action@v3.4.0
70+
uses: golangci/golangci-lint-action@v3.7.0
7171
with:
7272
args: "--out-${NO_FUTURE}format colored-line-number --timeout=10m"
7373
skip-cache: true

0 commit comments

Comments
 (0)