Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.64.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <[email protected]>
  • Loading branch information
renovate[bot] authored and michi-covalent committed Feb 14, 2025
1 parent 1b44ea6 commit 0dce5e7
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@0adbc47a5910e47adb692df88187ec8c73c76778 # v6.4.0
with:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.64.2
version: v1.64.4
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 @@ -24,8 +24,8 @@ GO_IMAGE_VERSION = 1.23.4-alpine3.19
GO_IMAGE_SHA = sha256:5f3336882ad15d10ac1b59fbaba7cb84c35d4623774198b36ae60edeba45fd84

# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCILINT_WANT_VERSION = v1.64.2
GOLANGCILINT_IMAGE_SHA = sha256:546861d15e4988a8616065faa35e5e20fbb5de6e7ea13133cbfb4d7e9d51f425
GOLANGCILINT_WANT_VERSION = v1.64.4
GOLANGCILINT_IMAGE_SHA = sha256:e83b903d722c12402c9d88948a6cac42ea0e34bf336fc6a170ade9adeecb2d0e
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)

$(TARGET):
Expand Down

0 comments on commit 0dce5e7

Please sign in to comment.