diff --git a/pipelines/goreleaser.build.azure-pipelines.yml b/pipelines/goreleaser.build.azure-pipelines.yml index 0ba61a84..2cb4c760 100644 --- a/pipelines/goreleaser.build.azure-pipelines.yml +++ b/pipelines/goreleaser.build.azure-pipelines.yml @@ -109,14 +109,7 @@ jobs: # certSecureFile: $(certSecureFile) # certPwd: $(cert.password) # setUpPartitionIdACLForPrivateKey: false - - - task: GoTool@0 - displayName: install-go-$(GO_VERSION) - # aqua will replace later, but this prevents prior conflicts with Windows using the Go install commands. - inputs: - version: $(GO_VERSION) - goPath: $(GOPATH) - # goBin: # Optional + - template: template/install-go-from-aqua-config.yaml - template: templates/task-aqua-install.yml parameters: AQUA_GITHUB_TOKEN: $(AQUA_GITHUB_TOKEN)