Skip to content

Commit 4068e70

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 608484b commit 4068e70

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.azurepipelines/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ extends:
4747
inputs:
4848
version: '1.25'
4949

50-
- script: go install
50+
- script: |
51+
go mod download
52+
go mod verify
5153
displayName: Install dependencies
5254
workingDirectory: $(Build.SourcesDirectory)
5355

0 commit comments

Comments
 (0)