Skip to content

Commit fabdd4f

Browse files
committed
Fix to previous commit
1 parent f2cb622 commit fabdd4f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

go.work

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
go 1.26.1
1+
go 1.26.0
2+
3+
toolchain go1.26.1
24

35
godebug (
46
// Always use native DNS resolver, otherwise unexpected IPs may be returned

tools/scripts/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module scripts
22

3-
go 1.26.1
3+
go 1.26.0
44

55
require (
66
github.com/deckarep/golang-set/v2 v2.8.0

0 commit comments

Comments
 (0)