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

use go 1.11 for building #998

Merged
merged 1 commit into from
Feb 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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