Skip to content

Commit

Permalink
ci: update go install commands in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgerstmayr committed Oct 25, 2022
1 parent 3ec6f98 commit 25e1a8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -14,9 +14,9 @@ jobs:

- name: Install jsonnet, jsonnet-bundler and grafana/plugin-validator
run: |
go get github.com/google/go-jsonnet/cmd/jsonnet
go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
go get github.com/grafana/plugin-validator/cmd/plugincheck
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
go install github.com/grafana/plugin-validator/cmd/plugincheck@latest
echo "$HOME/go/bin" >> $GITHUB_PATH
- name: Install dependencies
Expand Down

0 comments on commit 25e1a8b

Please sign in to comment.