We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec6f98 commit 25e1a8bCopy full SHA for 25e1a8b
.github/workflows/release.yml
@@ -14,9 +14,9 @@ jobs:
14
15
- name: Install jsonnet, jsonnet-bundler and grafana/plugin-validator
16
run: |
17
- go get github.com/google/go-jsonnet/cmd/jsonnet
18
- go get github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
19
- 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
20
echo "$HOME/go/bin" >> $GITHUB_PATH
21
22
- name: Install dependencies
0 commit comments