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] <bot@renovateapp.com>
  • Loading branch information
renovate[bot] authored and michi-covalent committed May 21, 2024
1 parent d542ae8 commit 9cdde81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ GO_IMAGE_VERSION = 1.22.3-alpine3.19
GO_IMAGE_SHA = sha256:f1fe698725f6ed14eb944dc587591f134632ed47fc0732ec27c7642adbe90618

# 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 --format short 2>/dev/null)

$(TARGET):
Expand Down

0 comments on commit 9cdde81

Please sign in to comment.