chore(deps): update dependency golangci/golangci-lint to v2.6.0 (#5702)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
This commit is contained in:
renovate[bot]
2025-11-03 15:22:20 +01:00
committed by GitHub
parent 1b429f64c4
commit 09e8d32353
10 changed files with 1 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# renovate: datasource=github-releases depName=mvdan/gofumpt
GOFUMPT_VERSION := v0.9.2
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v2.5.0
GOLANGCI_LINT_VERSION := v2.6.0
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_VERSION := go-1.25.x

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build test
// +build test
package exec

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build test
// +build test
package main

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build generate
// +build generate
package main

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build !generate
// +build !generate
package main

View File

@@ -17,7 +17,6 @@
// *********************************************************
//go:build generate
// +build generate
package main

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build test
// +build test
package dummy

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build linux
// +build linux
package local

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build !cgo
// +build !cgo
package datastore

View File

@@ -13,7 +13,6 @@
// limitations under the License.
//go:build cgo
// +build cgo
package datastore