Skip to content

Commit 4eb99d6

Browse files
authored
Update to go-1.25 to fix PR #176. (#206)
Signed-off-by: Kurt Garloff <[email protected]>
1 parent c25826e commit 4eb99d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/renovate/golang.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
// https://docs.renovatebot.com/configuration-options/#constraints
66
"constraints": {
7-
"go": "1.22"
7+
"go": "1.25"
88
},
99
packageRules: [
1010
{

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: "2"
22
run:
3-
go: "1.22"
3+
go: "1.25"
44
modules-download-mode: vendor
55
allow-parallel-runners: true
66
linters:

0 commit comments

Comments
 (0)