Skip to content

Commit e3d9d42

Browse files
committed
No need golint in AZP
1 parent b78a271 commit e3d9d42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,5 @@ steps:
1919
- script: go vet ./sm2
2020
- script: go vet ./sm3
2121
- script: go vet ./sm4
22-
- script: go get -u golang.org/x/lint/golint; export golint=$(go list -f {{.Target}} golang.org/x/lint/golint); $golint .
23-
displayName: golint
2422
- script: go test -v ./...
2523
displayName: go test recursive

0 commit comments

Comments
 (0)