File tree 3 files changed +98
-14
lines changed
3 files changed +98
-14
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
21
21
with :
22
22
working-directory : src/github.com/containerd/fuse-overlayfs-snapshotter
23
23
24
- test :
24
+ test :
25
25
runs-on : ubuntu-20.04
26
26
timeout-minutes : 30
27
27
strategy :
28
28
fail-fast : false
29
29
matrix :
30
- fuse-overlayfs : [v1.0.0, v1.4.0, master ]
30
+ fuse-overlayfs : [v1.0.0, v1.6, main ]
31
31
env :
32
32
FUSEOVERLAYFS_COMMIT : " ${{ matrix.fuse-overlayfs }}"
33
33
steps :
34
34
- uses : actions/checkout@master
35
35
- run : make test
36
- cross :
36
+ cross :
37
37
runs-on : ubuntu-20.04
38
38
timeout-minutes : 30
39
39
steps :
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/containerd/fuse-overlayfs-snapshotter
3
3
go 1.16
4
4
5
5
require (
6
- github.com/containerd/containerd v1.5.0-beta.4
7
- github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
6
+ github.com/containerd/containerd v1.5.2
7
+ github.com/containerd/continuity v0.1.0
8
8
github.com/coreos/go-systemd/v22 v22.1.0
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/sirupsen/logrus v1.7.0
11
11
google.golang.org/grpc v1.33.2
12
12
)
13
13
14
- // replace grpc to match https://github.com/containerd/containerd/blob/master /go.mod
14
+ // replace grpc to match https://github.com/containerd/containerd/blob/v1.5.2 /go.mod
15
15
replace google.golang.org/grpc => google.golang.org/grpc v1.27.1
You can’t perform that action at this time.
0 commit comments