Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit f023a82

Browse files
renovate[bot]xoxys
andauthored
chore(deps): update dependency golangci/golangci-lint to v1.53.2 (#267)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <[email protected]>
1 parent 648645a commit f023a82

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.golangci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ linters:
1616
- containedctx
1717
- contextcheck
1818
- decorder
19-
- depguard
2019
- dogsled
2120
- dupl
2221
- dupword

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# renovate: datasource=github-releases depName=mvdan/gofumpt
22
GOFUMPT_PACKAGE_VERSION := v0.5.0
33
# renovate: datasource=github-releases depName=golangci/golangci-lint
4-
GOLANGCI_LINT_PACKAGE_VERSION := v1.52.2
4+
GOLANGCI_LINT_PACKAGE_VERSION := v1.53.2
55

66
EXECUTABLE := drone-docker-buildx
77

0 commit comments

Comments
 (0)