Skip to content

Commit 4de1f7c

Browse files
committed
ci: bump go
1 parent 0b017a6 commit 4de1f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.22.x
24+
go-version: 1.23.x
2525

2626
- name: Get Go environment
2727
id: go-env

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runner:
1919
- ubuntu-latest
2020
go:
21-
- 1.22.x
21+
- 1.23.x
2222
steps:
2323
- name: Checkout code
2424
uses: actions/checkout@v4

0 commit comments

Comments
 (0)