diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 0418666..f1b1716 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -7,7 +7,9 @@ on: workflow_dispatch: env: + # renovate: datasource=golang-version depName=golang GO_VERSION: 1.25 + # renovate: datasource=github-releases depName=golangci/golangci-lint GOLANGCI_LINT_VERSION: v2.4.0 jobs: