Skip to content

Commit

Permalink
Pin grafana/plugin-validator to v0.6.2 before go1.18 incompatibilites…
Browse files Browse the repository at this point in the history
… were introduced

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano committed Dec 5, 2024
1 parent b26e011 commit 1bacf1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
echo "::set-output name=checksum::$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)"
- name: Lint plugin
run: |
git clone https://github.com/grafana/plugin-validator
git clone --branch v0.6.2 --depth 1 https://github.com/grafana/plugin-validator
pushd ./plugin-validator/pkg/cmd/plugincheck
go install
popd
Expand Down

0 comments on commit 1bacf1b

Please sign in to comment.