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.
1 parent 097e050 commit cb226f3Copy full SHA for cb226f3
.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@f7481cbcc8395277a2393aee3a2a0b3b7f3516a6
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.3
6
7
require (
8
github.com/golang/glog v1.2.5
0 commit comments