mirror of
https://github.com/tuna/tunasync.git
synced 2025-04-20 20:22:46 +00:00
ci: fix go version to 1.22
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
parent
3562907af9
commit
3ad551f73d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -15,10 +15,10 @@ jobs:
|
|||||||
- name: Check out code into the Go module directory
|
- name: Check out code into the Go module directory
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go stable
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: '^1.22'
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
4
.github/workflows/tunasync.yml
vendored
4
.github/workflows/tunasync.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: '^1.22'
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
@ -56,7 +56,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 'stable'
|
go-version: '^1.22'
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Run Unit tests.
|
- name: Run Unit tests.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user