Skip to content

Commit

Permalink
Merge pull request #32 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
fix CI + update dependencies
  • Loading branch information
AkihiroSuda authored Jun 24, 2021
2 parents 0c586ae + 366822f commit d7ce8ff
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
with:
working-directory: src/github.com/containerd/fuse-overlayfs-snapshotter

test:
test:
runs-on: ubuntu-20.04
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
fuse-overlayfs: [v1.0.0, v1.4.0, master]
fuse-overlayfs: [v1.0.0, v1.6, main]
env:
FUSEOVERLAYFS_COMMIT: "${{ matrix.fuse-overlayfs }}"
steps:
- uses: actions/checkout@master
- run: make test
cross:
cross:
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ module github.com/containerd/fuse-overlayfs-snapshotter
go 1.16

require (
github.com/containerd/containerd v1.5.0-beta.4
github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e
github.com/containerd/containerd v1.5.2
github.com/containerd/continuity v0.1.0
github.com/coreos/go-systemd/v22 v22.1.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
google.golang.org/grpc v1.33.2
)

// replace grpc to match https://github.com/containerd/containerd/blob/master/go.mod
// replace grpc to match https://github.com/containerd/containerd/blob/v1.5.2/go.mod
replace google.golang.org/grpc => google.golang.org/grpc v1.27.1
Loading

0 comments on commit d7ce8ff

Please sign in to comment.