Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
use conftest 0.18.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
  • Loading branch information
ckotzbauer committed May 26, 2020
1 parent 8b82baf commit 3910965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conftest.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func downloadConftest(skip bool) string {
}

arch := runtime.GOOS
version := "0.18.1"
version := "0.18.2"
fmt.Println("Downloading conftest " + version + "...")
url := "https://github.com/instrumenta/conftest/releases/download/v" + version + "/conftest_" + version + "_" + arch + "_x86_64.tar.gz"

Expand Down

0 comments on commit 3910965

Please sign in to comment.