Skip to content

Commit 5cfe70e

Browse files
authored
Merge pull request #672 from openconfig/go1.23
upgrade to go1.23.10
2 parents b2e6bd3 + 4a35431 commit 5cfe70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
tags:
1414
- v*
1515
env:
16-
GOVER: 1.21.9
16+
GOVER: 1.23.10
1717
GORELEASER_VER: v1.19.2
1818

1919
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
- "main"
1717
- "!releases/**"
1818
env:
19-
GOVER: 1.21.9
19+
GOVER: 1.23.10
2020

2121
jobs:
2222
test:

0 commit comments

Comments
 (0)