Merge pull request #5589 from ostcar/modelsvalidate-version

Use a specific version of the modelsvalidater to make build reproducable
This commit is contained in:
Norman Jäckel 2020-10-01 21:10:21 +02:00 committed by GitHub
commit 3b4a006754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ jobs:
go-version: 1.15
- name: Install validator
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate
run: go get github.com/OpenSlides/openslides-modelsvalidate/cmd/modelsvalidate@v0.1.0
env:
GO111MODULE: on
- name: Check out code
uses: actions/checkout@v2