From cb3e27c0ad729af15f925e6a47d38a958dad3f4a Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 11 Sep 2024 20:46:26 +0200 Subject: [PATCH] chore(deps): update dependencies --- .github/workflows/linters.yml | 4 +-- .golangci.yml | 2 +- go.mod | 8 +++--- go.sum | 16 ++++++------ go.work.sum | 10 ++++++++ kafkajobs/driver.go | 4 +-- tests/go.mod | 24 +++++++++--------- tests/go.sum | 48 +++++++++++++++++------------------ 8 files changed, 63 insertions(+), 53 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0bd27ea..bbeadaf 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -3,7 +3,7 @@ name: Linters on: [push, pull_request] jobs: - golangci-lint: + linters: name: Golang-CI (lint) runs-on: ubuntu-latest steps: @@ -18,6 +18,6 @@ jobs: - name: Run linter uses: golangci/golangci-lint-action@v6.1.0 # Action page: with: - version: v1.60 # without patch version + version: v1.61 # without patch version only-new-issues: false # show only new issues if it's a pull request args: --timeout=10m --build-tags=race ./... diff --git a/.golangci.yml b/.golangci.yml index 8f252db..4658df5 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -37,7 +37,7 @@ linters: # All available linters list: