mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 11:42:43 +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
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.22'
|
go-version: '^1.23'
|
||||||
id: go
|
id: go
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
2
.github/workflows/tunasync.yml
vendored
2
.github/workflows/tunasync.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '^1.22'
|
go-version: '^1.23'
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user