changing go get go lint to not cause go mod vendoring collision
the build failed Ayrıntılar

Bu işleme şunda yer alıyor:
Dan Ballard 2020-06-16 12:06:38 -07:00
ebeveyn e05d1addf6
işleme 67051e4fa4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -13,9 +13,9 @@ pipeline:
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/tor
- wget https://git.openprivacy.ca/openprivacy/buildfiles/raw/master/tor/torrc
- chmod a+x tor
- go get -u golang.org/x/lint/golint
- export GO111MODULE=on
- go mod vendor
- go get -u golang.org/x/lint/golint
quality:
image: golang
when: