Skip to content
This repository was archived by the owner on Apr 27, 2020. It is now read-only.

Commit bd56e90

Browse files
Fix aws-iam-authenticator build error (#75)
1 parent 60947ce commit bd56e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM golang:1.10
1+
FROM golang:1.12
22

33
RUN set -x && \
4-
go get -u -v github.com/kubernetes-sigs/aws-iam-authenticator/cmd/aws-iam-authenticator
4+
GO111MODULE=on go get -u -v github.com/kubernetes-sigs/aws-iam-authenticator/cmd/aws-iam-authenticator
55

66
FROM ubuntu:18.04
77

0 commit comments

Comments
 (0)