Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.58.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored May 24, 2024
1 parent 1c709f8 commit 1903942
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.58.1
version: v1.58.2
args: --config=.golangci.yml --verbose
skip-cache: true
- name: Run slowg analyzer
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RENOVATE_GITHUB_COM_TOKEN ?= $(shell gh auth token)
TEST_TIMEOUT ?= 5s

# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCILINT_WANT_VERSION = v1.58.1
GOLANGCILINT_IMAGE_SHA = sha256:5bef7ef61a4e2529b39d4e39de3564d82c38291636cdb9b79a656cedb09ab175
GOLANGCILINT_WANT_VERSION = v1.58.2
GOLANGCILINT_IMAGE_SHA = sha256:6d951ed621e2e4c4c7de1b284341b5eb62911b67f64d9ef83d78966fdff5b022
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)

# renovate: datasource=docker depName=library/golang
Expand Down

0 comments on commit 1903942

Please sign in to comment.