We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 034ccdf commit 1117f7dCopy full SHA for 1117f7d
release/go-licenses/Dockerfile
@@ -16,7 +16,7 @@
16
# limitations under the License.
17
###############################################################################
18
19
-FROM golang:1.15.0-buster
+FROM golang:1.16.0-buster
20
RUN go get github.com/google/go-licenses
21
COPY get-licenses.sh /opt/apache/beam/
22
ARG sdk_location
release/go-licenses/get-licenses.sh
@@ -19,6 +19,7 @@
set -ex
rm -rf /output/*
+export GO111MODULE=off
23
go get $sdk_location
24
25
go-licenses save $sdk_location --save_path=/output/licenses
0 commit comments