Merge branch 'origin/main' into 'next-release/main'

This commit is contained in:
oauth
2026-02-11 21:51:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ steps:
lint:
depends_on:
- vendor
image: golangci/golangci-lint:v2.8.0
image: golangci/golangci-lint:v2.9.0
commands:
- make lint
when: *when

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.8.0
GOLANGCI_LINT_VERSION := v2.9.0
# renovate: datasource=docker depName=docker.io/techknowlogick/xgo
XGO_VERSION := go-1.25.x