Skip to content

Commit

Permalink
chore(deps): update golangci/golangci-lint docker tag to v1.61.0
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 tklauser committed Sep 10, 2024
1 parent 3815e72 commit accec63
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@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
with:
# renovate: datasource=docker depName=golangci/golangci-lint
version: v1.60.3
version: v1.61.0
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 @@ -26,8 +26,8 @@ GO_IMAGE_VERSION = 1.23.1-alpine3.19
GO_IMAGE_SHA = sha256:257b9536b8e607c5111b33d44939db4df4268b8456a2618c21af8e14a3bf8687

# renovate: datasource=docker depName=golangci/golangci-lint
GOLANGCILINT_WANT_VERSION = v1.60.3
GOLANGCILINT_IMAGE_SHA = sha256:e64f6ba5950132542e3b6745c18879282444699f89db69ac9b46f267c1aeb3fd
GOLANGCILINT_WANT_VERSION = v1.61.0
GOLANGCILINT_IMAGE_SHA = sha256:e47065d755ca0afeac9df866d1dabdc99f439653a43fe234e05f50d9c36b6b90
GOLANGCILINT_VERSION = $(shell golangci-lint version --format short 2>/dev/null)

$(TARGET):
Expand Down

0 comments on commit accec63

Please sign in to comment.