Skip to content

Commit b98d757

Browse files
updates golanci
1 parent 04e287c commit b98d757

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/code-health-foascli.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ on:
55
- main
66
paths:
77
- 'tools/cli/**'
8+
- '.github/workflows/code-health-foascli.yml'
89
pull_request:
910
branches:
1011
- main
1112
paths:
1213
- 'tools/cli/**'
14+
- '.github/workflows/code-health-foascli.yml'
1315
workflow_dispatch: {}
1416
workflow_call: {}
1517

@@ -65,9 +67,9 @@ jobs:
6567
go-version-file: 'tools/cli/go.mod'
6668
cache: false # see https://github.com/golangci/golangci-lint-action/issues/807
6769
- name: golangci-lint
68-
uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd
70+
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
6971
with:
70-
version: v2.0.1
72+
version: v2.1.0
7173
working-directory: tools/cli
7274
- name: Checkout GitHub actions
7375
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

0 commit comments

Comments
 (0)