Skip to content

Commit

Permalink
update to golang 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carryforward committed Jun 18, 2018
1 parent 2834b46 commit 3e751e4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: /go/src/github.com/FactomProject/factomd
docker:
- image: circleci/golang:1.10.2
- image: circleci/golang:1.10.3

steps:
- checkout
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
test:
working_directory: /go/src/github.com/FactomProject/factomd
docker:
- image: circleci/golang:1.10.2
- image: circleci/golang:1.10.3

steps:
- checkout
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
coveralls:
working_directory: /go/src/github.com/FactomProject/factomd
docker:
- image: circleci/golang:1.10.2
- image: circleci/golang:1.10.3

steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.10.2
FROM golang:1.10.3

# Get git
RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
@@ -1,4 +1,4 @@
FROM golang:1.10.2-alpine as builder
FROM golang:1.10.3-alpine as builder

# Get git
RUN apk add --no-cache curl git
Expand Down

0 comments on commit 3e751e4

Please sign in to comment.