We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c25826e commit 2981aadCopy full SHA for 2981aad
.github/renovate/golang.json5
@@ -4,7 +4,7 @@
4
},
5
// https://docs.renovatebot.com/configuration-options/#constraints
6
"constraints": {
7
- "go": "1.22"
+ "go": "1.25"
8
9
packageRules: [
10
{
.golangci.yml
@@ -1,6 +1,6 @@
1
version: "2"
2
run:
3
- go: "1.22"
+ go: "1.25"
modules-download-mode: vendor
allow-parallel-runners: true
linters:
0 commit comments