Update Go AWS SDK to the latest version

This commit is contained in:
Andrey Smirnov
2019-07-13 00:03:55 +03:00
committed by Andrey Smirnov
parent d08be990ef
commit 94a72b23ff
2183 changed files with 885887 additions and 228114 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ RUN export GOROOT_BOOTSTRAP=$GOLANG_BOOTSTRAP_PATH/go \
&& git clone "$GOLANG_SRC_REPO_URL" /usr/local/go \
&& cd /usr/local/go/src \
&& ./make.bash \
&& rm -rf "$GOLANG_BOOTSTRAP_PATH" /usr/local/go/pkg/bootstrap
&& rm -rf "$GOLANG_BOOTSTRAP_PATH" /usr/local/go/pkg/bootstrap
# Build Go workspace and environment
ENV GOPATH /go
@@ -1,5 +1,5 @@
FROM ubuntu:12.04
FROM golang:1.4
FROM golang:1.10
ADD . /go/src/github.com/aws/aws-sdk-go
@@ -0,0 +1,11 @@
FROM ubuntu:12.04
FROM golang:1.11
ADD . /go/src/github.com/aws/aws-sdk-go
RUN apt-get update && apt-get install -y --no-install-recommends \
vim \
&& rm -rf /var/list/apt/lists/*
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "get-deps", "unit"]
@@ -0,0 +1,11 @@
FROM ubuntu:12.04
FROM golang:1.12
ADD . /go/src/github.com/aws/aws-sdk-go
RUN apt-get update && apt-get install -y --no-install-recommends \
vim \
&& rm -rf /var/list/apt/lists/*
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "get-deps", "unit"]
@@ -4,4 +4,4 @@ FROM golang:1.5
ADD . /go/src/github.com/aws/aws-sdk-go
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "get-deps", "unit"]
CMD ["make", "get-deps-tests", "unit-old-go-race-cover"]
+1 -1
View File
@@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/list/apt/lists/*
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "unit"]
CMD ["make", "get-deps-tests", "unit-old-go-race-cover"]
+1 -1
View File
@@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/list/apt/lists/*
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "unit"]
CMD ["make", "get-deps-tests", "unit-old-go-race-cover"]
+1 -1
View File
@@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/list/apt/lists/*
WORKDIR /go/src/github.com/aws/aws-sdk-go
CMD ["make", "unit"]
CMD ["make", "get-deps", "unit"]