1
0
镜像自地址 https://github.com/tuna/tunasync.git 已同步 2025-12-09 07:56:47 +00:00

update ci script

ubuntu 22.04 use unified cgroup hierarchy, so we test cgroupv1 support
in uml
这个提交包含在:
Miao Wang
2023-04-18 21:37:00 +08:00
父节点 4007bb2e4d
当前提交 b372744640
共有 3 个文件被更改,包括 20 次插入26 次删除

查看文件

@@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.16
id: go
- name: Check out code into the Go module directory