Skip to content

Commit 1bacf1b

Browse files
committed
Pin grafana/plugin-validator to v0.6.2 before go1.18 incompatibilites were introduced
Signed-off-by: Dom Del Nano <[email protected]>
1 parent b26e011 commit 1bacf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
109109
- name: Lint plugin
110110
run: |
111-
git clone https://github.com/grafana/plugin-validator
111+
git clone --branch v0.6.2 --depth 1 https://github.com/grafana/plugin-validator
112112
pushd ./plugin-validator/pkg/cmd/plugincheck
113113
go install
114114
popd

0 commit comments

Comments
 (0)