Skip to content

Commit

Permalink
Use golang 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tnozicka committed May 7, 2021
1 parent ab0efa6 commit d213fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV PATH=$PATH:$GOROOT/bin:$GOPATH/bin
RUN apt-get update; \
apt-get install -y --no-install-recommends build-essential git curl gzip ca-certificates; \
apt-get clean; \
curl --fail -L https://storage.googleapis.com/golang/go1.16.linux-amd64.tar.gz | tar -C /usr/local -xzf -
curl --fail -L https://storage.googleapis.com/golang/go1.16.4.linux-amd64.tar.gz | tar -C /usr/local -xzf -
WORKDIR /go/src/github.com/scylladb/scylla-operator
COPY . .
RUN make build --warn-undefined-variables
Expand Down

0 comments on commit d213fff

Please sign in to comment.