Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.53.3
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 kaworu committed Jun 16, 2023
1 parent e715ad1 commit 266205a
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@5f1fec7010f6ae3b84ea4f7b2129beb8639b564f # v3.5.0
with:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.53.2
version: v1.53.3
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.53.2
GOLANGCILINT_IMAGE_SHA = sha256:2f64f422a09e620e33c3f5781e20a2c8086ff4eb7225d4be865e03fa9c750f8a
GOLANGCILINT_WANT_VERSION = v1.53.3
GOLANGCILINT_IMAGE_SHA = sha256:1e0e2867b387bf68762427db499a963e43582b06819992db205fc31daa75ceea
GOLANGCILINT_VERSION = $(shell golangci-lint version 2>/dev/null)

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

0 comments on commit 266205a

Please sign in to comment.