mirror of
https://github.com/tuna/tunasync.git
synced 2025-12-25 22:02:46 +00:00
ci: use go 1.23
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
0a00097301
commit
ece3e3d9e3
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.22'
|
||||
go-version: '^1.23'
|
||||
id: go
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '^1.22'
|
||||
go-version: '^1.23'
|
||||
id: go
|
||||
|
||||
- name: Get dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue