Skip to content

Commit bb12fed

Browse files
committed
Use go 1.23 for cross language test
1 parent eaa6883 commit bb12fed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ jobs:
156156
);"
157157
158158
- name: Set up Go
159-
uses: actions/setup-go@v2
159+
uses: actions/setup-go@v5.4.0
160160
with:
161-
go-version: 1.19
161+
go-version: 1.23
162162

163163
- name: Test Cross-Language
164164
env:

0 commit comments

Comments
 (0)