Skip to content

Commit

Permalink
fix: build go1.14 and go1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Dec 3, 2020
1 parent b4ef7d8 commit dcad2cd
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 @@ -45,7 +45,7 @@ pipeline {
}
axis {
name 'GO_FOLDER'
values 'go1.10', 'go1.11', 'go1.12', 'go1.13', 'go1.14'
values 'go1.14', 'go1.15'
}
}
stages {
Expand Down

0 comments on commit dcad2cd

Please sign in to comment.