Skip to content

Commit 6890a5b

Browse files
committed
go version upgrade v1.23.0
1 parent 799e118 commit 6890a5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
- name: Set up Go
264264
uses: actions/setup-go@v4
265265
with:
266-
go-version: 1.19
266+
go-version: 1.23.0
267267
cache-dependency-path: |
268268
clab/rtbh/go.sum
269269
- name: Run all
@@ -285,7 +285,7 @@ jobs:
285285
- name: Set up Go
286286
uses: actions/setup-go@v4
287287
with:
288-
go-version: 1.19
288+
go-version: 1.23.0
289289
cache-dependency-path: |
290290
hybrid/fp-b2b/featureprofiles/go.sum
291291
- name: Run all

0 commit comments

Comments
 (0)