Skip to content

Commit

Permalink
Use latest and previous versions in go pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkbains committed Oct 27, 2023
1 parent 19a4436 commit 3374290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ builder.goapi([
"getTestPermutations": {
List<List<String>> permutations = []
for (platform in [builder.LINUX_ARM, builder.LINUX_X86_64, builder.LINUX_MUSL, builder.DARWIN_X86_64, builder.DARWIN_ARM]) {
for (gover in ['auto-v1.17.x']) {
for (gover in ['auto-latest', 'auto-previous']) {
permutations << [platform, gover]
}
}
Expand Down

0 comments on commit 3374290

Please sign in to comment.