Skip to content

Commit

Permalink
ci: use aqua managed go
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Dec 22, 2023
1 parent 9ad93b2 commit b940929
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pipelines/goreleaser.build.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b940929

Please sign in to comment.