Skip to content

Commit 845e5a8

Browse files
authored
Merge pull request #60 from nginxinc/dependabot/github_actions/golangci/golangci-lint-action-v2.5.1
Bump golangci/golangci-lint-action from v2.4.0 to v2.5.1
2 parents 602c2b9 + e93301e commit 845e5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout Repository
3030
uses: actions/checkout@v2
3131
- name: Lint Code
32-
uses: golangci/golangci-lint-action@v2.4.0
32+
uses: golangci/golangci-lint-action@v2.5.1
3333
with:
3434
version: 'v${{ env.GOLANGCI_VERSION }}'
3535
args: --timeout ${{ env.GOLANGCI_TIMEOUT }} --issues-exit-code=0 ./client/...

0 commit comments

Comments
 (0)