This repository was archived by the owner on Mar 9, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ cache:
2121 - " ${HOME}/google-cloud-sdk/"
2222
2323before_install :
24- # libseccomp in trusty is not new enough, need backports version.
25- - sudo sh -c "echo 'deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse' > /etc/apt/sources.list.d/backports.list"
2624 - sudo apt-get update
2725 # Enable ipv6 for dualstack integration test.
2826 - sudo sysctl net.ipv6.conf.all.disable_ipv6=0
2927
3028install :
3129 - sudo apt-get install btrfs-tools
32- - sudo apt-get install libseccomp2/trusty-backports
33- - sudo apt-get install libseccomp-dev/trusty-backports
30+ - sudo apt-get install libseccomp2
31+ - sudo apt-get install libseccomp-dev
3432 - sudo apt-get install socat
3533
3634before_script :
Original file line number Diff line number Diff line change @@ -170,7 +170,10 @@ install.tools: .install.gitvalidation .install.golangci-lint .install.vndr ## in
170170
171171.install.golangci-lint :
172172 @echo " $( WHALE) $@ "
173- $(GO ) get -u github.com/golangci/golangci-lint/cmd/golangci-lint
173+ $(GO ) get -d github.com/golangci/golangci-lint/cmd/golangci-lint
174+ @cd $(GOPATH ) /src/github.com/golangci/golangci-lint/cmd/golangci-lint; \
175+ git checkout v1.18.0; \
176+ go install
174177
175178.install.vndr :
176179 @echo " $( WHALE) $@ "
You can’t perform that action at this time.
0 commit comments