diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6e52ecae..c94dd706 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: - name: Lint Go uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0 with: - version: v1.60.1 # renovate: datasource=github-tags depName=golangci/golangci-lint + version: v1.60.3 # renovate: datasource=github-tags depName=golangci/golangci-lint actionlint: name: Actionlint diff --git a/Makefile b/Makefile index d514c33d..843edaf0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=golangci/golangci-lint -GOLANGCI_LINT_VERSION = v1.60.1 +GOLANGCI_LINT_VERSION = v1.60.3 test: unit-test test-integration test-integration-no-stream-block clean