Skip to content

Commit

Permalink
ci(tests): use aqua config to determine go version to install
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull authored Dec 22, 2023
1 parent d76bee4 commit 075aead
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pipelines/tests.end-to-end.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,7 @@ jobs:
ClientId: $(ClientId)
ClientSecret: $(ClientSecret)
SecretPath: ado/cli
- 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)
- 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 075aead

Please sign in to comment.