diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c41106a09..98c74c7a6 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,3 +41,10 @@ jobs: git diff git diff --exit-code +- job: "GoGen" + displayName: "Check Go Generate" + steps: + - script: | + go generate . + git diff + git diff --exit-code diff --git a/main.go b/main.go index 6372aad75..6befa2c9b 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ func main() { // Update the number here manually each release, so at least we have a range for go-get people. var ( SHA = "" - Version = "2.9" + Version = "2.10" BuildTime = "" )