Skip to content

Commit

Permalink
update to latest go
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketbitz committed Nov 26, 2018
1 parent 826e539 commit 50dd72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:1.11
- image: circleci/golang

working_directory: ~/github.com/alpacahq/marketstore
steps:
Expand All @@ -11,7 +11,7 @@ jobs:

test:
docker:
- image: circleci/golang:1.11
- image: circleci/golang

working_directory: ~/github.com/alpacahq/marketstore
steps:
Expand All @@ -20,7 +20,7 @@ jobs:

deploy:
docker:
- image: circleci/golang:1.11
- image: circleci/golang

working_directory: ~/github.com/alpacahq/marketstore
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Uses a Go image to build a release binary.
#
FROM golang:1.11-alpine AS builder
FROM golang:alpine AS builder
ARG tag=latest
ENV DOCKER_TAG=$tag
ENV GO111MODULE=on
Expand Down

0 comments on commit 50dd72f

Please sign in to comment.