Skip to content

Commit

Permalink
Merge pull request #17 from mittwald/bump/helm_deps
Browse files Browse the repository at this point in the history
bump helm & cross dependencies
  • Loading branch information
elenz97 authored Feb 4, 2021
2 parents 07ef9e6 + 7cee259 commit a0eb275
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 171 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.15

- uses: actions/checkout@v2

Expand All @@ -19,7 +19,7 @@ jobs:
set -x
apt-get -y update && apt-get -y install git
cd /
go get -u github.com/golang/mock/mockgen@v1.4.3
go get -u github.com/golang/mock/mockgen@v1.4.4
cd -
go env
go generate ./...
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.14', '1.13' ]
go: [ '1.15', '1.14' ]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.15
require (
github.com/golang/mock v1.4.4
github.com/spf13/pflag v1.0.5
helm.sh/helm/v3 v3.4.0
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/cli-runtime v0.19.2
k8s.io/client-go v0.19.2
helm.sh/helm/v3 v3.5.1
k8s.io/apiextensions-apiserver v0.20.1
k8s.io/apimachinery v0.20.1
k8s.io/cli-runtime v0.20.1
k8s.io/client-go v0.20.1
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit a0eb275

Please sign in to comment.