mirror of
https://github.com/distribution/distribution.git
synced 2025-09-24 12:37:00 +00:00
bump up golang version
upgrade go version to v1.18.8 Signed-off-by: Wang Yan <wangyan@vmware.com>
This commit is contained in:
committed by
Sebastiaan van Stijn
parent
db1389e043
commit
70db3a46d9
@@ -17,4 +17,4 @@ RUN wget https://golang.org/dl/go$GOLANG_VERSION.linux-amd64.tar.gz --quiet && \
|
||||
tar -C /usr/local -xzf go$GOLANG_VERSION.linux-amd64.tar.gz && \
|
||||
rm go${GOLANG_VERSION}.linux-amd64.tar.gz
|
||||
|
||||
RUN go get github.com/axw/gocov/gocov github.com/mattn/goveralls github.com/golang/lint/golint
|
||||
RUN go install github.com/axw/gocov/gocov@latest github.com/mattn/goveralls@latest github.com/golang/lint/golint@latest
|
||||
|
Reference in New Issue
Block a user