summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Fang <cfang@redhat.com>2024-11-14 23:20:24 -0500
committerGitHub <noreply@github.com>2024-11-14 23:20:24 -0500
commit8a156dd243811f45daad7c25fb70e10c15eede04 (patch)
treea86faa1bfd2a0b8029586b0ff51d8f33508f1ea7
parentd3da0ba0cd7b5e0b03fbdfda6d04e3f3111403cb (diff)
chore(deps): upgrade golangci-lint from 1.59.1 to 1.61.0 (#937)
Signed-off-by: Cheng Fang <cfang@redhat.com>
-rw-r--r--.github/workflows/ci-tests.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml
index fcfbf0d..42bbc4a 100644
--- a/.github/workflows/ci-tests.yaml
+++ b/.github/workflows/ci-tests.yaml
@@ -69,7 +69,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
- version: v1.59.1
+ version: v1.61.0
args: --timeout 5m
test:
name: Ensure unit tests are passing