mirror of
https://github.com/tuna/tunasync.git
synced 2026-07-03 12:28:07 +08:00
ci: use go version from go.mod
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '^1.23'
|
||||
go-version-file: go.mod
|
||||
id: go
|
||||
- name: Build
|
||||
run: |
|
||||
|
||||
4
.github/workflows/tunasync.yml
vendored
4
.github/workflows/tunasync.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '^1.25'
|
||||
go-version-file: go.mod
|
||||
id: go
|
||||
|
||||
- name: Get dependencies
|
||||
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: '^1.25'
|
||||
go-version-file: go.mod
|
||||
id: go
|
||||
|
||||
- name: Run Unit tests.
|
||||
|
||||
Reference in New Issue
Block a user