Skip to content

Commit

Permalink
Merge pull request #16 from kekeniker/update-spin-client
Browse files Browse the repository at this point in the history
Update the Spin Client to support Spinnaker 1.24
  • Loading branch information
KeisukeYamashita committed Jan 31, 2021
2 parents 9fa378c + 7e4738c commit 680eda5
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.15
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ require (
github.com/olekukonko/tablewriter v0.0.4
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spinnaker/spin v0.4.0
github.com/spinnaker/spin v0.4.1-0.20201211003717-9e6d8f2f1f78
k8s.io/client-go v11.0.0+incompatible // indirect
)
Loading

0 comments on commit 680eda5

Please sign in to comment.