Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.53.1
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and rolinh committed Jun 2, 2023
1 parent f8bd11f commit 89db7a9
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 @@ -28,7 +28,7 @@ jobs:
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # renovate: tag=v3.4.0
with:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.52.2
version: v1.53.1
args: --config=.golangci.yml --verbose
skip-cache: true
- name: Check module vendoring
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RELEASE_GID ?= $(shell id -g)
TEST_TIMEOUT ?= 5s

# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCILINT_WANT_VERSION = v1.52.2
GOLANGCILINT_IMAGE_SHA = sha256:3d2f4240905054c7efa7f4e98ba145c12a16995bbc3e605300e21400a1665cb6
GOLANGCILINT_WANT_VERSION = v1.53.1
GOLANGCILINT_IMAGE_SHA = sha256:1d3e531d92b54c8ee7207d591cfc9c19ef96138ddad4c0103935501d5aca2616
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)

all: hubble
Expand Down

0 comments on commit 89db7a9

Please sign in to comment.