Skip to content

Commit 25e1a8b

Browse files
ci: update go install commands in release workflow
1 parent 3ec6f98 commit 25e1a8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414

1515
- name: Install jsonnet, jsonnet-bundler and grafana/plugin-validator
1616
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
17+
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
18+
go install github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb@latest
19+
go install github.com/grafana/plugin-validator/cmd/plugincheck@latest
2020
echo "$HOME/go/bin" >> $GITHUB_PATH
2121
2222
- name: Install dependencies

0 commit comments

Comments
 (0)