Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Commit

Permalink
Fix a layer 1.13.x typo, switch latest to Go 1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Nov 15, 2019
1 parent c21a974 commit c5ccff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/go-1.13.x/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Go cross compiler (xgo): Go 1.12.x
# Go cross compiler (xgo): Go 1.13.x
# Copyright (c) 2019 Péter Szilágyi. All rights reserved.
#
# Released under the MIT license.
Expand Down
2 changes: 1 addition & 1 deletion docker/go-latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
#
# Released under the MIT license.

FROM karalabe/xgo-1.12.x
FROM karalabe/xgo-1.13.x

MAINTAINER Péter Szilágyi <peterke@gmail.com>

0 comments on commit c5ccff8

Please sign in to comment.