Update to Go 1.11

This commit is contained in:
Leopold Schabel 2019-04-07 19:55:22 +02:00 committed by GitHub
parent 3301cecec2
commit 2e550cd894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:28
FROM fedora:29
# Install build dependencies
RUN INSTALL_PKGS="git golang dep make" && \