Skip to content

Commit

Permalink
Merge pull request #9 from go-ksplit/renovate/docker-circleci-golang-1.x
Browse files Browse the repository at this point in the history
Update circleci/golang Docker tag to v1.13
  • Loading branch information
laverya committed Sep 4, 2019
2 parents 289af8c + 6358667 commit 14d302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
jobs:
test:
docker:
- image: circleci/golang:1.12
- image: circleci/golang:1.13
working_directory: /go/src/github.com/go-ksplit/ksplit
steps:
- checkout
Expand Down

0 comments on commit 14d302a

Please sign in to comment.