File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434
3535 - name : Install OATS
3636 env :
37- # TODO Pin to specific version and then update with renovate
38- OATS_VERSION : latest
37+ # renovate: datasource=github-releases depName=oats packageName=grafana/oats
38+ OATS_VERSION : v0.3.2
3939 run : go install "github.com/grafana/oats@${OATS_VERSION}"
4040
4141 - name : Run acceptance tests
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ $ErrorActionPreference = "Stop"
44$InformationPreference = " Continue"
55$ProgressPreference = " SilentlyContinue"
66
7- # TODO Pin to specific version and then update with renovate
8- ${env: OATS_VERSION} = " latest "
7+ # renovate: datasource=github-releases depName=oats packageName=grafana/oats
8+ ${env: OATS_VERSION} = " v0.3.2 "
99
1010go install " github.com/grafana/oats@${env: OATS_VERSION} "
1111& " ${env: GOPATH} /bin/oats" -- timeout= 5m ./ docker/ docker- compose- aspnetcore
Original file line number Diff line number Diff line change 22
33set -euo pipefail
44
5- # TODO Pin to specific version and then update with renovate
6- export OATS_VERSION=latest
5+ # renovate: datasource=github-releases depName=oats packageName=grafana/oats
6+ export OATS_VERSION=v0.3.2
77
88go install " github.com/grafana/oats@${OATS_VERSION} "
99${GOPATH} /bin/oats --timeout=5m ./docker/docker-compose-aspnetcore
You can’t perform that action at this time.
0 commit comments