Skip to content

Commit 32119cb

Browse files
chore(deps): update devtools non-major (release-v1.34) (#717)
* chore(deps): update devtools non-major * Disable unneeded var-naming revive check, as this collides with exisitng packages --------- Co-authored-by: ske-renovate-ce[bot] <163154779+ske-renovate-ce[bot]@users.noreply.github.com> Co-authored-by: Maximilian Geberl <maximilian.geberl@stackit.cloud>
1 parent 859224d commit 32119cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.golangci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ linters:
117117
- revive
118118
text: 'var-naming: avoid meaningless package names'
119119
path: 'pkg/csi/util/*'
120+
- linters:
121+
- revive
122+
text: 'var-naming: avoid package names that conflict with Go standard library package names'
120123
paths:
121124
- third_party$
122125
- builtin$

hack/tools.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ OS := $(shell uname -s | tr "[:upper:]" "[:lower:]")
55
ARCH := $(shell uname -m)
66

77
# renovate: datasource=github-releases depName=incu6us/goimports-reviser
8-
GOIMPORTS_REVISER_VERSION ?= v3.11.0
8+
GOIMPORTS_REVISER_VERSION ?= v3.12.5
99
# renovate: datasource=github-releases depName=golangci/golangci-lint
10-
GOLANGCI_LINT_VERSION ?= v2.8.0
10+
GOLANGCI_LINT_VERSION ?= v2.9.0
1111
# renovate: datasource=github-releases depName=uber-go/mock
1212
MOCKGEN_VERSION ?= v0.6.0
1313
# renovate: datasource=github-releases depName=chainguard-dev/apko
14-
APKO_VERSION ?= v1.1.6
14+
APKO_VERSION ?= v1.1.7
1515
# renovate: datasource=github-releases depName=ko-build/ko
1616
KO_VERSION ?= v0.18.1
1717

0 commit comments

Comments
 (0)