1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-06 06:26:46 +00:00

ci: fix go version to 1.22

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
这个提交包含在:
Shengqi Chen
2025-01-11 15:16:57 +08:00
父节点 3562907af9
当前提交 3ad551f73d
共有 2 个文件被更改,包括 4 次插入4 次删除

查看文件

@@ -15,10 +15,10 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go stable
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '^1.22'
id: go
- name: Build

查看文件

@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '^1.22'
id: go
- name: Get dependencies
@@ -56,7 +56,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
go-version: '^1.22'
id: go
- name: Run Unit tests.