Skip to content

Commit d7ce8ff

Browse files
authored
Merge pull request #32 from AkihiroSuda/dev
fix CI + update dependencies
2 parents 0c586ae + 366822f commit d7ce8ff

File tree

3 files changed

+98
-14
lines changed

3 files changed

+98
-14
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ module github.com/containerd/fuse-overlayfs-snapshotter
33
go 1.16
44

55
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
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
1515
replace google.golang.org/grpc => google.golang.org/grpc v1.27.1

0 commit comments

Comments
 (0)