Skip to content

Commit

Permalink
Continue with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Aug 22, 2022
1 parent 3a11b78 commit 0b4931a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 961 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ jobs:
with:
version: latest
args: release --snapshot --rm-dist
- name: Test Binary is Runnable
run: "dist/helm-dashboard_linux_amd64_v1/helm-dashboard --help"
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.18

require (
github.com/gin-gonic/gin v1.8.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/toqueteos/webbrowser v1.2.0
helm.sh/helm/v3 v3.9.3
Expand Down
Loading

0 comments on commit 0b4931a

Please sign in to comment.