File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3535
3636 - name : Install OATS
3737 env :
38- OATS_VERSION : 173ac1f6a190c2ffd156a98dfe923c70a2a0c3ca
38+ # TODO Pin to specific version and then update with renovate
39+ OATS_VERSION : latest
3940 run : go install "github.com/grafana/oats@${OATS_VERSION}"
4041
4142 - name : Run acceptance tests
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ $InformationPreference = "Continue"
55$ProgressPreference = " SilentlyContinue"
66
77# TODO Pin to specific version and then update with renovate
8- ${env: OATS_VERSION} = " 173ac1f6a190c2ffd156a98dfe923c70a2a0c3ca "
8+ ${env: OATS_VERSION} = " latest "
99
1010go install " github.com/grafana/oats@${env: OATS_VERSION} "
1111& " ${env: GOPATH} /bin/oats" -- timeout= 5m ./ docker/ docker- compose- aspnetcore
You can’t perform that action at this time.
0 commit comments