Skip to content

Commit

Permalink
use go install (go get is deprecated)
Browse files Browse the repository at this point in the history
Signed-off-by: cpanato <ctadeu@gmail.com>
  • Loading branch information
cpanato committed May 12, 2022
1 parent 18ab587 commit f7604de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Install kubeval
run: go get github.com/instrumenta/kubeval@v0.16.1
run: go install github.com/instrumenta/kubeval@v0.16.1
- run: kubeval config/*.yaml

verify-k8s-deployment:
Expand Down

0 comments on commit f7604de

Please sign in to comment.