grafana/plugin-validator

Failed to run plugin-validator: golang.org/x/net@v0.0.0-20211112202133-69e39bad7dc2: missing go.sum entry

mikhail-vl opened this issue · 2 comments

Failed to run plugin-validator:

git clone https://github.com/grafana/plugin-validator
  pushd ./plugin-validator/pkg/cmd/plugincheck
  go install
  popd
  plugincheck redis-datasource-2.1.0.zip
  shell: /usr/bin/bash -e {0}
  env:
    GOROOT: /opt/hostedtoolcache/go/1.16.13/x64
Cloning into 'plugin-validator'...
~/work/grafana-redis-datasource/grafana-redis-datasource/plugin-validator/pkg/cmd/plugincheck ~/work/grafana-redis-datasource/grafana-redis-datasource
go: golang.org/x/crypto@v0.0.0-20211117183948-ae814b36b871 requires
	golang.org/x/net@v0.0.0-20211112202133-69e39bad7dc2: missing go.sum entry; to add it:
	go mod download golang.org/x/net

Thanks for reporting! I've updated the go.sum and go.mod in main. Could you try it again?

@marcusolsson thank you, Marcus. I ignored the linting action to release plugins yesterday.
I will check later and reopen if see again.