File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,6 @@ RUN apt-get install -y wget bzip2 && \
26
26
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && \
27
27
apt-get remove -y wget
28
28
29
- # Install dep
30
- RUN apt-get install -y wget && \
31
- wget -qO- https://raw.githubusercontent.com/golang/dep/master/install.sh | sh && \
32
- apt-get remove -y wget
33
-
34
29
# Clean up
35
30
RUN apt-get autoremove -y && \
36
31
rm -rf /var/lib/apt/lists/*
Original file line number Diff line number Diff line change 39
39
- run : make realclean
40
40
- run : make examples SWAGGER_CODEGEN="${SWAGGER_CODEGEN}" # Set in Docker image
41
41
- run : go mod tidy
42
+ - run : go mod vendor
42
43
- run : git diff --exit-code
43
44
lint :
44
45
docker :
@@ -95,6 +96,7 @@ workflows:
95
96
- release :
96
97
filters :
97
98
branches :
98
- ignore : /.*/
99
- tags :
100
- only : /v[0-9]+(\.[0-9]+)*(-.*)*/
99
+ # ignore: /.*/
100
+ only : fix-release-builds
101
+ # tags:
102
+ # only: /v[0-9]+(\.[0-9]+)*(-.*)*/
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ google.golang.org/grpc v1.19.0 h1:cfg4PD8YEdSFnm7qLV4++93WcmhH2nIUhMjhdCvl3j8=
36
36
google.golang.org/grpc v1.19.0 /go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c =
37
37
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY =
38
38
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
39
+ gopkg.in/resty.v1 v1.9.0 h1:mCx5NxFISl+YcVKcz4u69YktLtuKwRAhdL2ByPlFIbg =
39
40
gopkg.in/resty.v1 v1.9.0 /go.mod h1:vo52Hzryw9PnPHcJfPsBiFW62XhNx5OczbV9y+IMpgc =
40
41
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 h1:+t9dhfO+GNOIGJof6kPOAenx7YgrZMTdRPV+EsnPabk =
41
42
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 /go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74 =
You can’t perform that action at this time.
0 commit comments