File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3333 run : yarn build
3434 - uses : actions/setup-go@v3
3535 with :
36- go-version : " 1.16 "
36+ go-version : " stable "
3737 # Ref: https://github.com/actions/cache/blob/main/examples.md#linux-1
3838 - uses : actions/cache@v3
3939 with :
@@ -86,12 +86,11 @@ jobs:
8686 # Avoid a git clone within another checkout
8787 pushd ~
8888 git clone https://github.com/grafana/plugin-validator
89- pushd plugin-validator/pkg/cmd/plugincheck
90- go mod tidy
89+ pushd plugin-validator/pkg/cmd/plugincheck2
9190 go install
9291 popd
9392 popd
94- plugincheck sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
93+ plugincheck2 sentinelone-dataset-datasource-${{ steps.version.outputs.version }}.zip
9594 - name : Generate changelog
9695 run : awk '/^## / {s++} s==1 {print} s==2 {exit}' CHANGELOG.md | tail -n+2 > RELEASE_CHANGELOG.md
9796 - uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments