From 9e09849a998c91fdb311ae41723892382d670e06 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 29 May 2023 03:57:49 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint docker tag to v1.52 (#33) Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/gootp/pulls/33 Co-authored-by: renovate Co-committed-by: renovate --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 29fdeee..dc7c6b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -42,7 +42,7 @@ name: golangci-lint steps: - name: run golangci-lint - image: golangci/golangci-lint:v1.51 + image: golangci/golangci-lint:v1.52 commands: - golangci-lint run