We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eddbb9 commit 6157831Copy full SHA for 6157831
.github/workflows/oats.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Install OATS
71
env:
72
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
73
- OATS_VERSION: v0.3.2
+ OATS_VERSION: main
74
run: go install "github.com/grafana/oats@${OATS_VERSION}"
75
76
- name: Run acceptance tests
0 commit comments