Chore: Upgrade to Go 1.15.1 (#27326)

* Chore: Upgrade to Go 1.15.1
This commit is contained in:
Arve Knudsen
2020-09-02 15:51:19 +02:00
committed by GitHub
parent 636dd96c28
commit 19c8097595
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM cimg/go:1.14
FROM cimg/go:1.15.1
RUN git clone https://github.com/aptly-dev/aptly $GOPATH/src/github.com/aptly-dev/aptly
RUN cd $GOPATH/src/github.com/aptly-dev/aptly && \