File tree Expand file tree Collapse file tree 3 files changed +98
-14
lines changed Expand file tree Collapse file tree 3 files changed +98
-14
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ jobs:
2121 with :
2222 working-directory : src/github.com/containerd/fuse-overlayfs-snapshotter
2323
24- test :
24+ test :
2525 runs-on : ubuntu-20.04
2626 timeout-minutes : 30
2727 strategy :
2828 fail-fast : false
2929 matrix :
30- fuse-overlayfs : [v1.0.0, v1.4.0, master ]
30+ fuse-overlayfs : [v1.0.0, v1.6, main ]
3131 env :
3232 FUSEOVERLAYFS_COMMIT : " ${{ matrix.fuse-overlayfs }}"
3333 steps :
3434 - uses : actions/checkout@master
3535 - run : make test
36- cross :
36+ cross :
3737 runs-on : ubuntu-20.04
3838 timeout-minutes : 30
3939 steps :
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ module github.com/containerd/fuse-overlayfs-snapshotter
33go 1.16
44
55require (
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
88 github.com/coreos/go-systemd/v22 v22.1.0
99 github.com/pkg/errors v0.9.1
1010 github.com/sirupsen/logrus v1.7.0
1111 google.golang.org/grpc v1.33.2
1212)
1313
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
1515replace google.golang.org/grpc => google.golang.org/grpc v1.27.1
You can’t perform that action at this time.
0 commit comments