Skip to content

Commit 84140dc

Browse files
Bump OATS in scripts
Update OATS to v0.4.0 in the local development scripts.
1 parent d3cd631 commit 84140dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/run-oats-tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $InformationPreference = "Continue"
55
$ProgressPreference = "SilentlyContinue"
66

77
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
8-
${env:OATS_VERSION}="v0.3.2"
8+
${env:OATS_VERSION}="v0.4.0"
99

1010
go install "github.com/grafana/oats@${env:OATS_VERSION}"
1111
& "${env:GOPATH}/bin/oats" --timeout=5m ./docker/docker-compose-aspnetcore

scripts/run-oats-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
# renovate: datasource=github-releases depName=oats packageName=grafana/oats
6-
export OATS_VERSION=v0.3.2
6+
export OATS_VERSION=v0.4.0
77

88
go install "github.com/grafana/oats@${OATS_VERSION}"
99
${GOPATH}/bin/oats --timeout=5m ./docker/docker-compose-aspnetcore

0 commit comments

Comments
 (0)