Skip to content

Commit

Permalink
fix golang ci lint version (#4156)
Browse files Browse the repository at this point in the history
  • Loading branch information
bxy4543 committed Oct 24, 2023
1 parent a4adbb7 commit 827e892
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controllers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run Linter
uses: golangci/golangci-lint-action@v3
with:
version: 1.54.2
version: v1.54.2
working-directory: ${{ matrix.workdir }}
args: "--out-${NO_FUTURE}format colored-line-number"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run Linter
uses: golangci/golangci-lint-action@v3
with:
version: 1.54.2
version: v1.54.2
working-directory: ${{ matrix.workdir }}
args: "--out-${NO_FUTURE}format colored-line-number"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webhooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run Linter
uses: golangci/golangci-lint-action@v3
with:
version: 1.54.2
version: v1.54.2
working-directory: ${{ matrix.workdir }}
args: "--out-${NO_FUTURE}format colored-line-number"

Expand Down

0 comments on commit 827e892

Please sign in to comment.