Skip to content

Commit 2f1e9f7

Browse files
committed
version change
1 parent 17b78d9 commit 2f1e9f7

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
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- name: set up go 1.19
15+
- name: set up go 1.23
1616
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1717
with:
18-
go-version: 1.19
18+
go-version: 1.23
1919
id: go
2020

2121
- name: checkout

0 commit comments

Comments
 (0)