Skip to content

Commit

Permalink
Try to switch to Go 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
moikot committed Jul 9, 2019
1 parent fd4066c commit be1c8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ language: go
# updates. Any older versions be considered deprecated. Don't bother testing
# with them.
go:
- 1.11.x
- 1.12.x

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM moikot/golang-dep:1.11 as build-env
FROM --platform=$BUILDPLATFORM moikot/golang-dep:1.12 as build-env

# xx wraps go to automatically configure $GOOS, $GOARCH, and $GOARM
# based on TARGETPLATFORM provided by Docker.
Expand Down

0 comments on commit be1c8ea

Please sign in to comment.