Skip to content

Commit

Permalink
fix(deps): update module github.com/containers/image/v5 to v5.11.0 (#61)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/containers/image/v5 to v5.11.0

* chore: add apt-get update

* chore: install libbtrfs-dev

* fix: missing go.sum entry for module providing package github.com/stretchr/testify/assert

* chore: exclude windows from release

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Enrico Stahn <[email protected]>
  • Loading branch information
3 people committed Apr 10, 2021
1 parent 6ece0a0 commit 11d6d28
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Install devmapper
run: sudo apt-get install -y libdevmapper-dev
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Set up Go
uses: actions/[email protected]
Expand All @@ -36,8 +36,8 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Install devmapper
run: sudo apt-get install -y libdevmapper-dev
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Setup Go
uses: actions/[email protected]
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Install devmapper
run: sudo apt-get install -y libdevmapper-dev
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libdevmapper-dev libbtrfs-dev

- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ builds:
- env:
- CGO_ENABLED=0
goos:
- windows
#- windows
- darwin
- linux
goarch:
Expand Down
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ go 1.12
require (
github.com/alitto/pond v1.4.0
github.com/aws/aws-sdk-go v1.32.3
github.com/containers/image/v5 v5.9.0
github.com/containers/image/v5 v5.11.0
github.com/dgraph-io/ristretto v0.0.3
github.com/go-co-op/gocron v0.4.0
github.com/godbus/dbus v0.0.0-20190422162347-ade71ed3457e // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/jmespath/go-jmespath v0.4.0
github.com/mitchellh/go-homedir v1.1.0
Expand All @@ -17,8 +18,8 @@ require (
github.com/slok/kubewebhook v0.11.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.19.3
k8s.io/apimachinery v0.20.0
k8s.io/api v0.20.1
k8s.io/apimachinery v0.20.1
)
Loading

0 comments on commit 11d6d28

Please sign in to comment.