We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1734f91 + d6cf39d commit ab47b51Copy full SHA for ab47b51
.github/workflows/go.yml
@@ -9,7 +9,7 @@ permissions: {}
9
10
jobs:
11
go:
12
- uses: openconfig/common-ci/.github/workflows/basic_go.yml@2dd20d500dc65de2927c44877398fdd141ee09ba
+ uses: openconfig/common-ci/.github/workflows/basic_go.yml@88a41b190576ebf6d51b5204c1056af2bda19036
13
permissions:
14
contents: read
15
packages: read
go.mod
@@ -2,7 +2,7 @@ module github.com/openconfig/pattern-regex-tests
2
3
go 1.23.4
4
5
-toolchain go1.25.1
+toolchain go1.25.4
6
7
require (
8
github.com/golang/glog v1.2.5
0 commit comments