Skip to content

Commit dd50d7f

Browse files
committed
chore(all): update deps
1 parent c1e479b commit dd50d7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
go:
10-
uses: openconfig/common-ci/.github/workflows/basic_go.yml@c2294c3c86c90e75e58c24a40d6f7f3364bbae9d
10+
uses: openconfig/common-ci/.github/workflows/basic_go.yml@2dd20d500dc65de2927c44877398fdd141ee09ba

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/openconfig/pattern-regex-tests
22

33
go 1.23.0
44

5-
toolchain go1.24.2
5+
toolchain go1.25.1
66

77
require (
8-
github.com/golang/glog v1.2.4
9-
github.com/google/go-cmp v0.6.0
10-
github.com/openconfig/goyang v0.2.4
11-
github.com/openconfig/ygot v0.9.0
8+
github.com/golang/glog v1.2.5
9+
github.com/google/go-cmp v0.7.0
10+
github.com/openconfig/goyang v0.4.0
11+
github.com/openconfig/ygot v0.34.0
1212
)
1313

1414
require (

0 commit comments

Comments
 (0)