Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
use go 1.11 for building (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimlet2 authored and andresmgot committed Feb 7, 2019
1 parent 7d70829 commit c81374a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
build:
<<: *defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.11
steps:
- checkout
- <<: *exports
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
build-cross-binaries:
<<: *defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.11
steps:
- <<: *exports
- checkout
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
GKE:
<<: *defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.11
steps:
- run: |
# In case of GKE we will only want to build if it is
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
push_latest_images:
<<: *defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.11
steps:
- <<: *exports
- setup_remote_docker
Expand All @@ -201,7 +201,7 @@ jobs:
release:
<<: *defaults
docker:
- image: circleci/golang:1.9
- image: circleci/golang:1.11
steps:
- <<: *exports
- checkout
Expand Down

0 comments on commit c81374a

Please sign in to comment.