Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarsh committed Oct 21, 2019
1 parent f5f477b commit 1692b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pool:

container:
image: golang:1.13
options: --user 0

steps:

- script: |
su -
apt-get update && apt-get install zip -y
go version
go get -v -t -d ./...
Expand Down

0 comments on commit 1692b1d

Please sign in to comment.