Move go code to a more common directory.

This commit is contained in:
Alexandre Pujol 2021-11-23 20:20:06 +00:00
parent 127b8b98ca
commit 8fc279fa27
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
5 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ golangci-lint:
stage: lint
image: golangci/golangci-lint
script:
- cd src && golangci-lint run
- golangci-lint run
goreport:
stage: lint